Public Member Functions | Public Attributes | List of all members
cpp.ast.Parameter Class Reference
Inheritance diagram for cpp.ast.Parameter:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, start, end, name, parameter_type, default)
 
def __str__ (self)
 
def Requires (self, node)
 
- Public Member Functions inherited from cpp.ast.Node
def __init__ (self, start, end)
 
def __repr__ (self)
 
def IsDeclaration (self)
 
def IsDefinition (self)
 
def IsExportable (self)
 
def Requires (self, node)
 
def XXX__str__ (self)
 

Public Attributes

 default
 
 name
 
 type
 
- Public Attributes inherited from cpp.ast.Node
 end
 
 start
 

Detailed Description

Definition at line 212 of file ast.py.

Constructor & Destructor Documentation

def cpp.ast.Parameter.__init__ (   self,
  start,
  end,
  name,
  parameter_type,
  default 
)

Definition at line 213 of file ast.py.

Member Function Documentation

def cpp.ast.Parameter.__str__ (   self)

Definition at line 223 of file ast.py.

def cpp.ast.Parameter.Requires (   self,
  node 
)

Definition at line 219 of file ast.py.

Member Data Documentation

cpp.ast.Parameter.default

Definition at line 217 of file ast.py.

cpp.ast.Parameter.name

Definition at line 215 of file ast.py.

cpp.ast.Parameter.type

Definition at line 216 of file ast.py.


The documentation for this class was generated from the following file:


ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Tue Jan 19 2021 03:12:09