![]() |
ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
| namespace | asg |
| namespace | asg::detail |
Functions | |
| StatusCode | asg::detail::packStringMap (const std::map< std::string, std::string > &value, std::string &result) |
| StatusCode | asg::detail::packStringVector (const std::vector< std::string > &value, std::string &result) |
| StatusCode | asg::detail::packStringSingle (const std::string &value, std::string &result) |
| StatusCode | asg::detail::unpackStringSingle (const std::string &value, std::string &result) |
| StatusCode | asg::detail::unpackStringVector (const std::string &value, std::vector< std::string > &result) |
| StatusCode | asg::detail::unpackStringMap (const std::string &value, std::map< std::string, std::string > &result) |
| Property * | createProperty (const bool &rval) |
| Create a boolean propert. | |
| Property * | createProperty (const int &rval) |
| Create an integer property. | |
| Property * | createProperty (const float &rval) |
| Create a float property. | |
| Property * | createProperty (const double &rval) |
| Create a double property. | |
| Property * | createProperty (const std::string &rval) |
| Create a string property. | |
| Property * | createProperty (const std::vector< int > &rval) |
| Create an integer vector property. | |
| Property * | createProperty (const std::vector< float > &rval) |
| Create a floating point vector property. | |
| Property * | createProperty (const std::vector< std::string > &rval) |
| Create a string vector property. | |
| Property * createProperty | ( | const bool & | rval | ) |
| Property * createProperty | ( | const double & | rval | ) |
Create a double property.
Definition at line 602 of file TProperty.cxx.
| Property * createProperty | ( | const float & | rval | ) |
Create a float property.
Definition at line 597 of file TProperty.cxx.
| Property * createProperty | ( | const int & | rval | ) |
| Property * createProperty | ( | const std::string & | rval | ) |
Create a string property.
Definition at line 607 of file TProperty.cxx.
| Property * createProperty | ( | const std::vector< float > & | rval | ) |
Create a floating point vector property.
Definition at line 618 of file TProperty.cxx.
| Property * createProperty | ( | const std::vector< int > & | rval | ) |
Create an integer vector property.
Definition at line 612 of file TProperty.cxx.
| Property * createProperty | ( | const std::vector< std::string > & | rval | ) |
Create a string vector property.
Definition at line 624 of file TProperty.cxx.