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

Public Member Functions

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

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

Private Member Functions

def _TypeStringHelper
 

Detailed Description

Definition at line 232 of file ast.py.

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

Constructor & Destructor Documentation

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

Definition at line 233 of file ast.py.

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

Member Function Documentation

def cpp.ast._GenericDeclaration._TypeStringHelper (   self,
  suffix 
)
private

Definition at line 244 of file ast.py.

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

References cpp.ast.Node._StringHelper(), join(), cpp.ast.Friend.namespace, and cpp.ast._GenericDeclaration.namespace.

Referenced by cpp.ast.Typedef.__str__(), cpp.ast._NestedType.__str__(), cpp.ast.Class.__str__(), cpp.ast.Function.__str__(), and cpp.ast.Type.__str__().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

cpp.ast._GenericDeclaration.namespace

Definition at line 236 of file ast.py.

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

Referenced by cpp.ast._GenericDeclaration._TypeStringHelper(), cpp.ast._GenericDeclaration.FullName(), and cpp.ast.Function.IsExportable().


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