Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cpp.ast._NestedType Class Reference
+ Inheritance diagram for cpp.ast._NestedType:
+ Collaboration diagram for cpp.ast._NestedType:

Public Member Functions

def __init__
 
def IsDefinition
 
def IsExportable
 
def __str__
 
- Public Member Functions inherited from cpp.ast._GenericDeclaration
def __init__
 
def FullName
 
- Public Member Functions inherited from cpp.ast.Node
def __init__
 
def IsDeclaration
 
def IsDefinition
 
def IsExportable
 
def Requires
 
def XXX__str__
 
def __repr__
 

Public Attributes

 fields
 
- Public Attributes inherited from cpp.ast._GenericDeclaration
 name
 
 namespace
 
- Public Attributes inherited from cpp.ast.Node
 start
 
 end
 

Detailed Description

Definition at line 297 of file ast.py.

View newest version in sPHENIX GitHub at line 297 of file ast.py

Constructor & Destructor Documentation

def cpp.ast._NestedType.__init__ (   self,
  start,
  end,
  name,
  fields,
  namespace 
)

Definition at line 298 of file ast.py.

View newest version in sPHENIX GitHub at line 298 of file ast.py

Member Function Documentation

def cpp.ast._NestedType.IsDefinition (   self)

Definition at line 302 of file ast.py.

View newest version in sPHENIX GitHub at line 302 of file ast.py

def cpp.ast._NestedType.IsExportable (   self)

Definition at line 305 of file ast.py.

View newest version in sPHENIX GitHub at line 305 of file ast.py

Member Data Documentation

cpp.ast._NestedType.fields

Definition at line 300 of file ast.py.

View newest version in sPHENIX GitHub at line 300 of file ast.py

Referenced by cpp.ast._NestedType.__str__().


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