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 |
Definition at line 19 of file test-table.cc.
bool check_output::open | ( | const std::string & | a_filename | ) | [inline] |
bool check_output::close | ( | void | ) | [inline] |
bool check_output::is_open | ( | void | ) | [inline] |
bool check_output::get_line | ( | void | ) | [inline] |
const std::string& check_output::str | ( | void | ) | const [inline] |
bool check_output::remove | ( | const std::string & | a_filename | ) | [inline] |
std::string check_output::m_str [private] |
std::ifstream check_output::m_in [private] |
Definition at line 82 of file test-table.cc.
Referenced by close(), get_line(), is_open(), and open().