#include <TFileString.h>
Definition at line 28 of file TFileString.h.
◆ TFileString() [1/2]
| TFileString::TFileString |
( |
const std::string & | name = "" | ) |
|
|
inline |
◆ TFileString() [2/2]
| TFileString::TFileString |
( |
const std::string & | name, |
|
|
const std::string & | tag ) |
|
inline |
Definition at line 34 of file TFileString.h.
34 :
35 TObjString(
name.c_str())
std::vector< std::string > mstring
◆ name()
| std::string TFileString::name |
( |
| ) |
const |
|
inline |
◆ operator[]() [1/2]
| std::string & TFileString::operator[] |
( |
int | i | ) |
|
|
inline |
◆ operator[]() [2/2]
| std::string TFileString::operator[] |
( |
int | i | ) |
const |
|
inline |
◆ push_back()
| void TFileString::push_back |
( |
const std::string & | s | ) |
|
|
inline |
◆ size()
| size_t TFileString::size |
( |
| ) |
const |
|
inline |
◆ tags() [1/2]
| std::vector< std::string > & TFileString::tags |
( |
| ) |
|
|
inline |
◆ tags() [2/2]
| const std::vector< std::string > & TFileString::tags |
( |
| ) |
const |
|
inline |
◆ mstring
| std::vector<std::string> TFileString::mstring |
|
private |
The documentation for this class was generated from the following file: