Analysis Software
Documentation for sPHENIX simulation software
|
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 | |
Definition at line 144 of file ast.py.
View newest version in sPHENIX GitHub at line 144 of file ast.py
def cpp.ast.Define.__init__ | ( | self, | |
start, | |||
end, | |||
name, | |||
definition | |||
) |
def cpp.ast.Define.__str__ | ( | self | ) |
Definition at line 150 of file ast.py.
View newest version in sPHENIX GitHub at line 150 of file ast.py
References cpp.ast.Node._StringHelper(), cpp.ast.Define.definition, 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, and cpp.ast.Define.name.
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__().
cpp.ast.Define.name |
Definition at line 147 of file ast.py.
View newest version in sPHENIX GitHub at line 147 of file ast.py
Referenced by cpp.tokenize.Token.__str__(), cpp.ast.Define.__str__(), cpp.ast.Parameter.__str__(), cpp.ast.Typedef.__str__(), cpp.ast._NestedType.__str__(), cpp.ast.Class.__str__(), cpp.ast.Function.__str__(), cpp.ast.Type.__str__(), cpp.ast._GenericDeclaration.FullName(), and cpp.ast.VariableDeclaration.ToString().