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

Public Member Functions

def __init__
 
def __str__
 
- 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
 
 definition
 
- Public Attributes inherited from cpp.ast.Node
 start
 
 end
 

Detailed Description

Definition at line 144 of file ast.py.

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

Constructor & Destructor Documentation

def cpp.ast.Define.__init__ (   self,
  start,
  end,
  name,
  definition 
)

Definition at line 145 of file ast.py.

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

Member Function Documentation

Member Data Documentation

cpp.ast.Define.definition

Definition at line 148 of file ast.py.

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

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


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