check_output Class Reference
List of all members.
Public Member Functions |
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) |
Private Attributes |
std::string | m_str |
std::ifstream | m_in |
Detailed Description
Definition at line 19 of file test-table.cc.
Member Function Documentation
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] |
Member Data Documentation
The documentation for this class was generated from the following file: