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

Public Member Functions

def __init__
 
def IsDefinition
 
def IsExportable
 
def Requires
 
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

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

Detailed Description

Definition at line 273 of file ast.py.

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

Constructor & Destructor Documentation

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

Definition at line 274 of file ast.py.

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

Member Function Documentation

def cpp.ast.Typedef.IsDefinition (   self)

Definition at line 278 of file ast.py.

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

def cpp.ast.Typedef.IsExportable (   self)

Definition at line 281 of file ast.py.

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

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

Definition at line 284 of file ast.py.

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

References cpp.ast.Typedef.alias.

Member Data Documentation

cpp.ast.Typedef.alias

Definition at line 276 of file ast.py.

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

Referenced by cpp.ast.Typedef.__str__(), and cpp.ast.Typedef.Requires().


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