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

Public Member Functions

def __init__
 
def Requires
 
def ToString
 
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

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

Detailed Description

Definition at line 252 of file ast.py.

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

Constructor & Destructor Documentation

def cpp.ast.VariableDeclaration.__init__ (   self,
  start,
  end,
  name,
  var_type,
  initial_value,
  namespace 
)

Definition at line 253 of file ast.py.

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

Member Function Documentation

def cpp.ast.VariableDeclaration.__str__ (   self)

Definition at line 269 of file ast.py.

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

References cpp.ast.Node._StringHelper(), and cpp.ast.VariableDeclaration.ToString().

+ Here is the call graph for this function:

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

Definition at line 258 of file ast.py.

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

def cpp.ast.VariableDeclaration.ToString (   self)
Return a string that tries to reconstitute the variable decl.

Definition at line 262 of file ast.py.

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

References cpp.ast.VariableDeclaration.initial_value, lin_res.name, sinfo.name, Acts::ParticleData.name, Object.name, ActsExamples::VolumeAssociationTest::Config.name, Fatras::Test::Object.name, Acts::Experimental::MultiWireStructureBuilder::Config.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, rootfile.name, Acts::Experimental::Blueprint::Node.name, intt_pool.name, prdffile.name, Region.name, Acts::CuboidVolumeBuilder::VolumeConfig.name, Acts::Test::PlyElement.name, Acts::FiniteStateMachine< Derived, States >::Terminated.name, ActsExamples::TGeoDetector::Config::Volume.name, Acts::ProtoDetector.name, cpp.ast.Define.name, cpp.ast.Parameter.name, cpp.ast._GenericDeclaration.name, sinfo.type, Acts::detail::TorchTypeMap< int64_t >.type, Acts::Experimental::ProtoSupport.type, Acts::detail::TorchTypeMap< int32_t >.type, SColdQcdCorrelatorAnalysis::SCorrelatorUtilities::CstInfo.type, Acts::detail::TorchTypeMap< int16_t >.type, Acts::Test::MeasurementResolution.type, SColdQcdCorrelatorAnalysis::SCorrelatorUtilities::FlowInfo.type, Acts::detail::TorchTypeMap< int8_t >.type, Acts::BinningData.type, PHNode.type, PHG4GDMLAuxStructType.type, Acts::detail::TorchTypeMap< float >.type, Acts::detail::TorchTypeMap< double >.type, ActsExamples::Sequencer::FpeMask.type, Acts::FpeMonitor::Result::FpeInfo.type, ActsExamples::HoughMeasurementStruct.type, cpp.ast.Parameter.type, and cpp.ast.VariableDeclaration.type.

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

+ Here is the caller graph for this function:

Member Data Documentation

cpp.ast.VariableDeclaration.initial_value

Definition at line 256 of file ast.py.

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

Referenced by cpp.ast.VariableDeclaration.ToString().

cpp.ast.VariableDeclaration.type

Definition at line 255 of file ast.py.

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

Referenced by cpp.ast.VariableDeclaration.ToString().


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