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

Public Member Functions

def __init__
 
- Public Member Functions inherited from cpp.ast.Expr
def __init__
 
def Requires
 
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

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

Detailed Description

Definition at line 198 of file ast.py.

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

Constructor & Destructor Documentation

def cpp.ast.Friend.__init__ (   self,
  start,
  end,
  expr,
  namespace 
)

Definition at line 199 of file ast.py.

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

Member Data Documentation

cpp.ast.Friend.namespace

Definition at line 201 of file ast.py.

View newest version in sPHENIX GitHub at line 201 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: