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 34 of file test-table.cc. |
|
Definition at line 48 of file test-table.cc. References m_str. |
|
Definition at line 40 of file test-table.cc. |
|
Definition at line 22 of file test-table.cc. |
|
Definition at line 72 of file test-table.cc. |
|
Definition at line 67 of file test-table.cc. References m_str. |
|
Definition at line 82 of file test-table.cc. |
|
Definition at line 81 of file test-table.cc. Referenced by get_line(), and str(). |