|
inlib
1.2.0
|


Public Member Functions | |
| fntuple (const std::string &a_file) | |
| virtual | ~fntuple () |
| bool | open () |
| bool | initialize (std::ostream &a_out, char a_sep=0, const std::string &a_suffix="x", bool a_verbose=false) |
Protected Member Functions | |
| fntuple (const fntuple &a_from) | |
| fntuple & | operator= (const fntuple &a_from) |
Protected Attributes | |
| std::string | m_file |
| std::ifstream | m_freader |
Definition at line 563 of file rcsv_ntuple.
| inlib::rcsv::fntuple::fntuple | ( | const std::string & | a_file | ) | [inline] |
Definition at line 565 of file rcsv_ntuple.
| virtual inlib::rcsv::fntuple::~fntuple | ( | ) | [inline, virtual] |
Definition at line 569 of file rcsv_ntuple.
{m_freader.close();}
| inlib::rcsv::fntuple::fntuple | ( | const fntuple & | a_from | ) | [inline, protected] |
Definition at line 571 of file rcsv_ntuple.
| bool inlib::rcsv::fntuple::initialize | ( | std::ostream & | a_out, |
| char | a_sep = 0, |
||
| const std::string & | a_suffix = "x", |
||
| bool | a_verbose = false |
||
| ) | [inline] |
Reimplemented from inlib::rcsv::ntuple.
Definition at line 584 of file rcsv_ntuple.
| bool inlib::rcsv::fntuple::open | ( | ) | [inline] |
Definition at line 580 of file rcsv_ntuple.
Definition at line 575 of file rcsv_ntuple.
{
m_file = a_from.m_file;
return *this;
}
std::string inlib::rcsv::fntuple::m_file [protected] |
Definition at line 600 of file rcsv_ntuple.
std::ifstream inlib::rcsv::fntuple::m_freader [protected] |
Definition at line 601 of file rcsv_ntuple.
1.7.5.1