Analysis Software
Documentation for sPHENIX simulation software
|
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 | |
bases | |
body | |
templated_types | |
Public Attributes inherited from cpp.ast._GenericDeclaration | |
name | |
namespace | |
Public Attributes inherited from cpp.ast.Node | |
start | |
end | |
Definition at line 321 of file ast.py.
View newest version in sPHENIX GitHub at line 321 of file ast.py
def cpp.ast.Class.__init__ | ( | self, | |
start, | |||
end, | |||
name, | |||
bases, | |||
templated_types, | |||
body, | |||
namespace | |||
) |
def cpp.ast.Class.__str__ | ( | self | ) |
Definition at line 348 of file ast.py.
View newest version in sPHENIX GitHub at line 348 of file ast.py
References cpp.ast._GenericDeclaration._TypeStringHelper(), cpp.ast.Class.bases, check_license.CommitInfo.body, cpp.ast.Class.body, 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, and cpp.ast.Class.templated_types.
def cpp.ast.Class.IsDeclaration | ( | self | ) |
Definition at line 328 of file ast.py.
View newest version in sPHENIX GitHub at line 328 of file ast.py
References cpp.ast.Class.bases, check_license.CommitInfo.body, and cpp.ast.Class.body.
def cpp.ast.Class.IsDefinition | ( | self | ) |
Definition at line 331 of file ast.py.
View newest version in sPHENIX GitHub at line 331 of file ast.py
References cpp.ast.Node.IsDeclaration().
def cpp.ast.Class.IsExportable | ( | self | ) |
Definition at line 334 of file ast.py.
View newest version in sPHENIX GitHub at line 334 of file ast.py
References cpp.ast.Node.IsDeclaration().
def cpp.ast.Class.Requires | ( | self, | |
node | |||
) |
Definition at line 337 of file ast.py.
View newest version in sPHENIX GitHub at line 337 of file ast.py
References cpp.ast.Class.bases.
cpp.ast.Class.bases |
Definition at line 324 of file ast.py.
View newest version in sPHENIX GitHub at line 324 of file ast.py
Referenced by cpp.ast.Class.__str__(), cpp.ast.Class.IsDeclaration(), and cpp.ast.Class.Requires().
cpp.ast.Class.body |
Definition at line 325 of file ast.py.
View newest version in sPHENIX GitHub at line 325 of file ast.py
Referenced by cpp.ast.Class.__str__(), cpp.ast.Function.__str__(), cpp.ast.Class.IsDeclaration(), cpp.ast.Function.IsDeclaration(), and cpp.ast.Function.IsDefinition().
cpp.ast.Class.templated_types |
Definition at line 326 of file ast.py.
View newest version in sPHENIX GitHub at line 326 of file ast.py
Referenced by cpp.ast.Class.__str__(), and cpp.ast.Type.__str__().