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

Public Member Functions

def __init__
 
def IsDeclaration
 
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

 return_type
 
 parameters
 
 modifiers
 
 body
 
 templated_types
 
- Public Attributes inherited from cpp.ast._GenericDeclaration
 name
 
 namespace
 
- Public Attributes inherited from cpp.ast.Node
 start
 
 end
 

Detailed Description

Definition at line 360 of file ast.py.

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

Constructor & Destructor Documentation

def cpp.ast.Function.__init__ (   self,
  start,
  end,
  name,
  return_type,
  parameters,
  modifiers,
  templated_types,
  body,
  namespace 
)

Definition at line 362 of file ast.py.

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

Member Function Documentation

def cpp.ast.Function.__str__ (   self)

Definition at line 391 of file ast.py.

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

References cpp.ast._GenericDeclaration._TypeStringHelper(), check_license.CommitInfo.body, cpp.ast.Class.body, cpp.ast.Function.body, cpp.ast.Function.modifiers, lin_res.name, sinfo.name, Acts::ParticleData.name, Object.name, ActsExamples::VolumeAssociationTest::Config.name, Acts::Experimental::MultiWireStructureBuilder::Config.name, Fatras::Test::Object.name, Acts::Experimental::DetectorBuilder::Config.name, Acts::Experimental::DetectorVolumeBuilder::Config.name, Acts::Svg::LayerConverter::Options.name, PHNode.name, Acts::Cuda::Info::Device.name, ActsExamples::MockupSectorBuilder::ChamberConfig.name, Acts::Experimental::DD4hepVolumeStructure::Options.name, ActsExamples::Geant4::Geant4Detector::Config.name, Acts::Experimental::DD4hepLayerStructure::Options.name, ActsExamples::DD4hep::DD4hepGeometryService::Config.name, PHG4Sector::Layer.name, Acts::ProtoVolume.name, Acts::Experimental::Blueprint::Node.name, rootfile.name, intt_pool.name, prdffile.name, Region.name, Acts::CuboidVolumeBuilder::VolumeConfig.name, Acts::FiniteStateMachine< Derived, States >::Terminated.name, Acts::Test::PlyElement.name, ActsExamples::TGeoDetector::Config::Volume.name, Acts::ProtoDetector.name, cpp.ast.Define.name, cpp.ast.Parameter.name, cpp.ast._GenericDeclaration.name, Acts::Test::TestSourceLink.parameters, ActsFatras::Cluster< signal_t, kSize >.parameters, hcalHelper.parameters, Acts::AtlasStepper::State.parameters, cpp.ast.Function.parameters, tileHelper.parameters, and cpp.ast.Function.return_type.

+ Here is the call graph for this function:

def cpp.ast.Function.IsDeclaration (   self)

Definition at line 371 of file ast.py.

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

References check_license.CommitInfo.body, cpp.ast.Class.body, and cpp.ast.Function.body.

def cpp.ast.Function.IsDefinition (   self)

Definition at line 374 of file ast.py.

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

References check_license.CommitInfo.body, cpp.ast.Class.body, and cpp.ast.Function.body.

def cpp.ast.Function.IsExportable (   self)

Definition at line 377 of file ast.py.

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

References cpp.ast.Friend.namespace, cpp.ast._GenericDeclaration.namespace, and cpp.ast.Function.return_type.

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

Member Data Documentation

cpp.ast.Function.body

Definition at line 368 of file ast.py.

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

Referenced by cpp.ast.Function.__str__(), cpp.ast.Function.IsDeclaration(), and cpp.ast.Function.IsDefinition().

cpp.ast.Function.modifiers

Definition at line 367 of file ast.py.

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

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

cpp.ast.Function.parameters

Definition at line 366 of file ast.py.

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

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

cpp.ast.Function.return_type

Definition at line 365 of file ast.py.

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

Referenced by cpp.ast.Function.__str__(), and cpp.ast.Function.IsExportable().

cpp.ast.Function.templated_types

Definition at line 369 of file ast.py.

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

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


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