ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
asg | |
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. More... | |
Property * | createProperty (const int &rval) |
Create an integer property. More... | |
Property * | createProperty (const float &rval) |
Create a float property. More... | |
Property * | createProperty (const double &rval) |
Create a double property. More... | |
Property * | createProperty (const std::string &rval) |
Create a string property. More... | |
Property * | createProperty (const std::vector< int > &rval) |
Create an integer vector property. More... | |
Property * | createProperty (const std::vector< float > &rval) |
Create a floating point vector property. More... | |
Property * | createProperty (const std::vector< std::string > &rval) |
Create a string vector property. More... | |
Create a boolean propert.
Definition at line 589 of file TProperty.cxx.
Create a float property.
Definition at line 597 of file TProperty.cxx.
Create an integer property.
Definition at line 593 of file TProperty.cxx.
std::string m_cooked |
the cooked input string
Definition at line 50 of file TProperty.cxx.
std::string_view m_raw |
the raw input string
Definition at line 47 of file TProperty.cxx.
std::vector<Token> m_subtokens |
the sub-tokens (if this is a sub group)
Definition at line 53 of file TProperty.cxx.
TokenType m_type |
the type
Definition at line 44 of file TProperty.cxx.