![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
Inheritance diagram for cpp.ast.Parameter:
Collaboration diagram for cpp.ast.Parameter:Public Member Functions | |
| def | __init__ |
| def | Requires |
| 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 | |
| type | |
| default | |
Public Attributes inherited from cpp.ast.Node | |
| start | |
| end | |
Definition at line 213 of file ast.py.
View newest version in sPHENIX GitHub at line 213 of file ast.py
| def cpp.ast.Parameter.__init__ | ( | self, | |
| start, | |||
| end, | |||
| name, | |||
| parameter_type, | |||
| default | |||
| ) |
| def cpp.ast.Parameter.__str__ | ( | self | ) |
Definition at line 224 of file ast.py.
View newest version in sPHENIX GitHub at line 224 of file ast.py
References cpp.ast.Node._StringHelper(), cpp.ast.Parameter.default, join(), 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, str, 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, Acts::detail::TorchTypeMap< int8_t >.type, SColdQcdCorrelatorAnalysis::SCorrelatorUtilities::FlowInfo.type, PHNode.type, Acts::BinningData.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, and cpp.ast.Parameter.type.
Here is the call graph for this function:| def cpp.ast.Parameter.Requires | ( | self, | |
| node | |||
| ) |
| cpp.ast.Parameter.default |
Definition at line 218 of file ast.py.
View newest version in sPHENIX GitHub at line 218 of file ast.py
Referenced by cpp.ast.Parameter.__str__().
| cpp.ast.Parameter.name |
Definition at line 216 of file ast.py.
View newest version in sPHENIX GitHub at line 216 of file ast.py
Referenced by cpp.tokenize.Token.__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().
| cpp.ast.Parameter.type |
Definition at line 217 of file ast.py.
View newest version in sPHENIX GitHub at line 217 of file ast.py
Referenced by cpp.ast.Parameter.__str__(), and cpp.ast.VariableDeclaration.ToString().