|
| static std::string | DD4hep::pre_parse_obj (const std::string &in) |
| | Helper function to parse data type. More...
|
| |
| template<typename TYPE > |
| static int | DD4hep::fill_data (std::vector< TYPE > *p, const std::vector< std::string > &temp) |
| | Insertion function for std vectors. More...
|
| |
| template<typename TYPE > |
| static int | DD4hep::fill_data (std::list< TYPE > *p, const std::vector< std::string > &temp) |
| | Insertion function for std lists. More...
|
| |
| template<typename TYPE > |
| static int | DD4hep::fill_data (std::set< TYPE > *p, const std::vector< std::string > &temp) |
| | Insertion function for std sets. More...
|
| |
| template<typename TYPE > |
| static int | DD4hep::fill_data (std::deque< TYPE > *p, const std::vector< std::string > &temp) |
| | Insertion function for std sets. More...
|
| |
| template<typename KEY , typename TYPE > |
| static int | DD4hep::fill_data (std::map< KEY, TYPE > *p, const std::vector< std::string > &temp) |
| | Insertion function for std sets. More...
|
| |
| template<typename TYPE > |
| static int | DD4hep::eval_container (TYPE *p, const std::string &str) |
| | Container evaluator. More...
|
| |
| template<typename T > |
| int | DD4hep::eval_item (T *p, std::string s) |
| | Item evaluator. More...
|
| |
| template<> |
| int | DD4hep::eval_item< std::string > (std::string *p, std::string s) |
| | String evaluator. More...
|
| |
| template<typename T , typename Q > |
| int | DD4hep::eval_pair (std::pair< T, Q > *p, std::string s) |
| | Item evaluator. More...
|
| |
| template<typename T > |
| int | DD4hep::eval_obj (T *p, const std::string &str) |
| | Object evaluator. More...
|
| |
| template<typename T > |
| int | DD4hep::eval_none (T *, const std::string &) |
| |
| template<typename T > |
| int | DD4hep::parse_none (T &, const std::string &) |
| |