![]() |
ATLAS Offline Software
|
#include <TFileString.h>
Public Member Functions | |
| TFileString (const std::string &name="") | |
| TFileString (const std::string &name, const std::string &tag) | |
| std::vector< std::string > & | tags () |
| const std::vector< std::string > & | tags () const |
| std::string | name () const |
| std::string & | operator[] (int i) |
| std::string | operator[] (int i) const |
| size_t | size () const |
| void | push_back (const std::string &s) |
Private Attributes | |
| std::vector< std::string > | mstring |
Definition at line 28 of file TFileString.h.
|
inline |
Definition at line 32 of file TFileString.h.
Definition at line 34 of file TFileString.h.
|
inline |
Definition at line 42 of file TFileString.h.
|
inline |
Definition at line 45 of file TFileString.h.
|
inline |
Definition at line 46 of file TFileString.h.
|
inline |
Definition at line 52 of file TFileString.h.
|
inline |
Definition at line 49 of file TFileString.h.
|
inline |
Definition at line 38 of file TFileString.h.
|
inline |
Definition at line 39 of file TFileString.h.
|
private |
Definition at line 56 of file TFileString.h.