Public Member Functions | Public Attributes
cpp.ast.Function Class Reference
Inheritance diagram for cpp.ast.Function:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def __str__
def IsDeclaration
def IsDefinition
def IsExportable
def Requires

Public Attributes

 body
 modifiers
 parameters
 return_type
 templated_types

Detailed Description

Definition at line 359 of file ast.py.


Constructor & Destructor Documentation

def cpp.ast.Function.__init__ (   self,
  start,
  end,
  name,
  return_type,
  parameters,
  modifiers,
  templated_types,
  body,
  namespace 
)

Definition at line 360 of file ast.py.


Member Function Documentation

def cpp.ast.Function.__str__ (   self)

Definition at line 390 of file ast.py.

Returns bool if this node is a declaration.

Reimplemented from cpp.ast.Node.

Definition at line 370 of file ast.py.

Returns bool if this node is a definition.

Reimplemented from cpp.ast.Node.

Definition at line 373 of file ast.py.

Returns bool if this node exportable from a header file.

Reimplemented from cpp.ast.Node.

Definition at line 376 of file ast.py.

def cpp.ast.Function.Requires (   self,
  node 
)
Does this AST node require the definition of the node passed in?

Reimplemented from cpp.ast.Node.

Definition at line 381 of file ast.py.


Member Data Documentation

Definition at line 360 of file ast.py.

Definition at line 360 of file ast.py.

Definition at line 360 of file ast.py.

Definition at line 360 of file ast.py.

Definition at line 360 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 Sat Jun 8 2019 18:24:59