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

List of all members.

Public Member Functions

def __init__
def __str__
def IsDefinition
def IsExportable
def Requires

Public Attributes

 alias

Detailed Description

Definition at line 272 of file ast.py.


Constructor & Destructor Documentation

def cpp.ast.Typedef.__init__ (   self,
  start,
  end,
  name,
  alias,
  namespace 
)

Definition at line 273 of file ast.py.


Member Function Documentation

def cpp.ast.Typedef.__str__ (   self)

Definition at line 291 of file ast.py.

Returns bool if this node is a definition.

Reimplemented from cpp.ast.Node.

Definition at line 277 of file ast.py.

Returns bool if this node exportable from a header file.

Reimplemented from cpp.ast.Node.

Definition at line 280 of file ast.py.

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

Reimplemented from cpp.ast.Node.

Definition at line 283 of file ast.py.


Member Data Documentation

Definition at line 273 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