![]() |
The Gaudi Framework
v26r3
|
Helper class to parse a string of format "type/name". More...

Public Member Functions | |
| TypeNameString (const char tn[]) | |
| TypeNameString (const std::string &tn) | |
| TypeNameString (const std::string &tn, const std::string &deftyp) | |
| const std::string & | type () const |
| const std::string & | name () const |
| bool | haveType () const |
| TypeNameString (const char tn[]) | |
| TypeNameString (const std::string &tn) | |
| TypeNameString (const std::string &tn, const std::string &deftyp) | |
| const std::string & | type () const |
| const std::string & | name () const |
| bool | haveType () const |
Private Member Functions | |
| void | init (const std::string &tn, const std::string &deftyp) |
| void | init (const std::string &tn, const std::string &deftyp) |
Private Attributes | |
| std::string | m_type |
| std::string | m_name |
| bool | m_haveType |
Helper class to parse a string of format "type/name".
Definition at line 9 of file TypeNameString.h.
|
inline |
Definition at line 19 of file TypeNameString.h.
|
inline |
Definition at line 20 of file TypeNameString.h.
|
inline |
Definition at line 21 of file TypeNameString.h.
|
inline |
Definition at line 19 of file TypeNameString.h.
|
inline |
Definition at line 20 of file TypeNameString.h.
|
inline |
Definition at line 21 of file TypeNameString.h.
|
inline |
Definition at line 24 of file TypeNameString.h.
|
inline |
Definition at line 24 of file TypeNameString.h.
|
inlineprivate |
Definition at line 12 of file TypeNameString.h.
|
inlineprivate |
Definition at line 12 of file TypeNameString.h.
|
inline |
Definition at line 23 of file TypeNameString.h.
|
inline |
Definition at line 23 of file TypeNameString.h.
|
inline |
Definition at line 22 of file TypeNameString.h.
|
inline |
Definition at line 22 of file TypeNameString.h.
|
private |
Definition at line 11 of file TypeNameString.h.
|
private |
Definition at line 10 of file TypeNameString.h.
|
private |
Definition at line 10 of file TypeNameString.h.