|
bool | open (const std::string &a_filename) |
|
bool | close (void) |
|
bool | is_open (void) |
|
bool | get_line (void) |
|
const std::string & | str (void) const |
|
bool | remove (const std::string &a_filename) |
|
Definition at line 19 of file test-table.cc.
bool check_output::close |
( |
void |
| ) |
|
|
inline |
bool check_output::get_line |
( |
void |
| ) |
|
|
inline |
bool check_output::is_open |
( |
void |
| ) |
|
|
inline |
bool check_output::open |
( |
const std::string & |
a_filename | ) |
|
|
inline |
bool check_output::remove |
( |
const std::string & |
a_filename | ) |
|
|
inline |
const std::string& check_output::str |
( |
void |
| ) |
const |
|
inline |
std::ifstream check_output::m_in |
|
private |
std::string check_output::m_str |
|
private |
The documentation for this class was generated from the following file: