Analysis Software
Documentation for sPHENIX simulation software
|
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 | |
Definition at line 273 of file ast.py.
View newest version in sPHENIX GitHub at line 273 of file ast.py
def cpp.ast.Typedef.__init__ | ( | self, | |
start, | |||
end, | |||
name, | |||
alias, | |||
namespace | |||
) |
def cpp.ast.Typedef.__str__ | ( | self | ) |
Definition at line 292 of file ast.py.
View newest version in sPHENIX GitHub at line 292 of file ast.py
References cpp.ast._GenericDeclaration._TypeStringHelper(), cpp.ast.Typedef.alias, 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, and cpp.ast._GenericDeclaration.name.
def cpp.ast.Typedef.IsDefinition | ( | self | ) |
def cpp.ast.Typedef.IsExportable | ( | self | ) |
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.
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().