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

Public Member Functions

def __init__ (self, start, end, name, bases, templated_types, body, namespace)
 
def __str__ (self)
 
def IsDeclaration (self)
 
def IsDefinition (self)
 
def IsExportable (self)
 
def Requires (self, node)
 
- Public Member Functions inherited from cpp.ast._GenericDeclaration
def __init__ (self, start, end, name, namespace)
 
def FullName (self)
 
- 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

 bases
 
 body
 
 templated_types
 
- Public Attributes inherited from cpp.ast._GenericDeclaration
 name
 
 namespace
 
- Public Attributes inherited from cpp.ast.Node
 end
 
 start
 

Detailed Description

Definition at line 320 of file ast.py.

Constructor & Destructor Documentation

def cpp.ast.Class.__init__ (   self,
  start,
  end,
  name,
  bases,
  templated_types,
  body,
  namespace 
)

Definition at line 321 of file ast.py.

Member Function Documentation

def cpp.ast.Class.__str__ (   self)

Definition at line 347 of file ast.py.

def cpp.ast.Class.IsDeclaration (   self)

Definition at line 327 of file ast.py.

def cpp.ast.Class.IsDefinition (   self)

Definition at line 330 of file ast.py.

def cpp.ast.Class.IsExportable (   self)

Definition at line 333 of file ast.py.

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

Definition at line 336 of file ast.py.

Member Data Documentation

cpp.ast.Class.bases

Definition at line 323 of file ast.py.

cpp.ast.Class.body

Definition at line 324 of file ast.py.

cpp.ast.Class.templated_types

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