|
g4tools
5.4.0
|


Public Member Functions | |
| virtual void * | cast (cid a_class) const |
| virtual cid | id_cls () const |
| virtual void | add () |
| column (std::ostream &a_writer, const std::string &a_name, const T &a_def) | |
| virtual | ~column () |
| bool | fill (const T &a_value) |
Public Member Functions inherited from tools::wcsv::ntuple::column_ref< T > | |
| virtual const std::string & | name () const |
| column_ref (std::ostream &a_writer, const std::string &a_name, const T &a_ref) | |
| virtual | ~column_ref () |
Public Member Functions inherited from tools::wcsv::ntuple::icol | |
| virtual | ~icol () |
Static Public Member Functions | |
| static cid | id_class () |
Static Public Member Functions inherited from tools::wcsv::ntuple::column_ref< T > | |
| static cid | id_class () |
Protected Member Functions | |
| column (const column &a_from) | |
| column & | operator= (const column &a_from) |
Protected Member Functions inherited from tools::wcsv::ntuple::column_ref< T > | |
| column_ref (const column_ref &a_from) | |
| column_ref & | operator= (const column_ref &a_from) |
Protected Attributes | |
| T | m_def |
| T | m_tmp |
Protected Attributes inherited from tools::wcsv::ntuple::column_ref< T > | |
| std::ostream & | m_writer |
| std::string | m_name |
| const T & | m_ref |
Definition at line 82 of file wcsv_ntuple.
|
inline |
Definition at line 97 of file wcsv_ntuple.
|
inlinevirtual |
Definition at line 102 of file wcsv_ntuple.
|
inlineprotected |
Definition at line 104 of file wcsv_ntuple.
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from tools::wcsv::ntuple::column_ref< T >.
Definition at line 89 of file wcsv_ntuple.
|
inline |
Definition at line 117 of file wcsv_ntuple.
|
inlinestatic |
Definition at line 85 of file wcsv_ntuple.
|
inlinevirtual |
|
inlineprotected |
Definition at line 110 of file wcsv_ntuple.
|
protected |
Definition at line 119 of file wcsv_ntuple.
|
protected |
Definition at line 120 of file wcsv_ntuple.