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 | |
return_type | |
parameters | |
modifiers | |
body | |
templated_types | |
Public Attributes inherited from cpp.ast._GenericDeclaration | |
name | |
namespace | |
Public Attributes inherited from cpp.ast.Node | |
start | |
end | |
Definition at line 360 of file ast.py.
View newest version in sPHENIX GitHub at line 360 of file ast.py
def cpp.ast.Function.__init__ | ( | self, | |
start, | |||
end, | |||
name, | |||
return_type, | |||
parameters, | |||
modifiers, | |||
templated_types, | |||
body, | |||
namespace | |||
) |
def cpp.ast.Function.__str__ | ( | self | ) |
Definition at line 391 of file ast.py.
View newest version in sPHENIX GitHub at line 391 of file ast.py
References cpp.ast._GenericDeclaration._TypeStringHelper(), check_license.CommitInfo.body, cpp.ast.Class.body, cpp.ast.Function.body, cpp.ast.Function.modifiers, 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, Acts::Test::TestSourceLink.parameters, ActsFatras::Cluster< signal_t, kSize >.parameters, hcalHelper.parameters, Acts::AtlasStepper::State.parameters, cpp.ast.Function.parameters, tileHelper.parameters, and cpp.ast.Function.return_type.
def cpp.ast.Function.IsDeclaration | ( | self | ) |
Definition at line 371 of file ast.py.
View newest version in sPHENIX GitHub at line 371 of file ast.py
References check_license.CommitInfo.body, cpp.ast.Class.body, and cpp.ast.Function.body.
def cpp.ast.Function.IsDefinition | ( | self | ) |
Definition at line 374 of file ast.py.
View newest version in sPHENIX GitHub at line 374 of file ast.py
References check_license.CommitInfo.body, cpp.ast.Class.body, and cpp.ast.Function.body.
def cpp.ast.Function.IsExportable | ( | self | ) |
Definition at line 377 of file ast.py.
View newest version in sPHENIX GitHub at line 377 of file ast.py
References cpp.ast.Friend.namespace, cpp.ast._GenericDeclaration.namespace, and cpp.ast.Function.return_type.
def cpp.ast.Function.Requires | ( | self, | |
node | |||
) |
Definition at line 382 of file ast.py.
View newest version in sPHENIX GitHub at line 382 of file ast.py
References Acts::Test::TestSourceLink.parameters, ActsFatras::Cluster< signal_t, kSize >.parameters, hcalHelper.parameters, Acts::AtlasStepper::State.parameters, cpp.ast.Function.parameters, and tileHelper.parameters.
cpp.ast.Function.body |
Definition at line 368 of file ast.py.
View newest version in sPHENIX GitHub at line 368 of file ast.py
Referenced by cpp.ast.Function.__str__(), cpp.ast.Function.IsDeclaration(), and cpp.ast.Function.IsDefinition().
cpp.ast.Function.modifiers |
Definition at line 367 of file ast.py.
View newest version in sPHENIX GitHub at line 367 of file ast.py
Referenced by cpp.ast.Function.__str__(), and cpp.ast.Type.__str__().
cpp.ast.Function.parameters |
Definition at line 366 of file ast.py.
View newest version in sPHENIX GitHub at line 366 of file ast.py
Referenced by cpp.ast.Function.__str__(), and cpp.ast.Function.Requires().
cpp.ast.Function.return_type |
Definition at line 365 of file ast.py.
View newest version in sPHENIX GitHub at line 365 of file ast.py
Referenced by cpp.ast.Function.__str__(), and cpp.ast.Function.IsExportable().
cpp.ast.Function.templated_types |
Definition at line 369 of file ast.py.
View newest version in sPHENIX GitHub at line 369 of file ast.py
Referenced by cpp.ast.Type.__str__().