Definition at line 246 of file ntuple.
◆ column_vector_string_ref() [1/2]
tools::rroot::ntuple::column_vector_string_ref::column_vector_string_ref |
( |
ifile & |
a_file, |
|
|
branch & |
a_branch, |
|
|
leaf_string & |
a_leaf, |
|
|
int64 & |
a_index, |
|
|
std::vector< std::string > & |
a_ref, |
|
|
char |
a_sep |
|
) |
| |
|
inline |
Definition at line 260 of file ntuple.
262 :parent(a_file,a_branch,a_leaf,a_index,
m_value)
◆ ~column_vector_string_ref()
virtual tools::rroot::ntuple::column_vector_string_ref::~column_vector_string_ref |
( |
| ) |
|
|
inlinevirtual |
◆ column_vector_string_ref() [2/2]
◆ _fetch_entry()
bool tools::rroot::ntuple::column_vector_string_ref::_fetch_entry |
( |
| ) |
const |
|
inlineprotected |
◆ cast()
virtual void* tools::rroot::ntuple::column_vector_string_ref::cast |
( |
cid |
a_class | ) |
const |
|
inlinevirtual |
◆ fetch_entry()
virtual bool tools::rroot::ntuple::column_vector_string_ref::fetch_entry |
( |
| ) |
const |
|
inlinevirtual |
◆ get_entry()
bool tools::rroot::ntuple::column_vector_string_ref::get_entry |
( |
std::vector< std::string > & |
a_v | ) |
const |
|
inline |
◆ id_class()
static cid tools::rroot::ntuple::column_vector_string_ref::id_class |
( |
| ) |
|
|
inlinestatic |
Definition at line 249 of file ntuple.
249 {
return _cid_std_vector<std::string>()+10000;}
◆ id_cls()
virtual cid tools::rroot::ntuple::column_vector_string_ref::id_cls |
( |
| ) |
const |
|
inlinevirtual |
◆ name()
virtual const std::string& tools::rroot::ntuple::column_vector_string_ref::name |
( |
| ) |
const |
|
inlinevirtual |
◆ operator=()
Definition at line 274 of file ntuple.
275 if(&a_from==
this)
return *
this;
276 m_sep = a_from.m_sep;
◆ m_ref
std::vector<std::string>& tools::rroot::ntuple::column_vector_string_ref::m_ref |
|
protected |
◆ m_sep
char tools::rroot::ntuple::column_vector_string_ref::m_sep |
|
protected |
◆ m_value
std::string tools::rroot::ntuple::column_vector_string_ref::m_value |
|
protected |
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/rroot/ntuple