rvm 1.08
Public Member Functions | Private Attributes

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]

Definition at line 34 of file test-table.cc.

References m_in.

Referenced by test1(), test2(), test3(), and test4().

bool check_output::get_line ( void  ) [inline]

Definition at line 48 of file test-table.cc.

References m_in, and m_str.

Referenced by test1(), test2(), test3(), and test4().

bool check_output::is_open ( void  ) [inline]

Definition at line 40 of file test-table.cc.

References m_in.

bool check_output::open ( const std::string &  a_filename) [inline]

Definition at line 22 of file test-table.cc.

References m_in.

Referenced by test1(), test2(), test3(), and test4().

bool check_output::remove ( const std::string &  a_filename) [inline]

Definition at line 72 of file test-table.cc.

Referenced by test1(), test2(), test3(), and test4().

const std::string& check_output::str ( void  ) const [inline]

Definition at line 67 of file test-table.cc.

References m_str.

Referenced by test2(), test3(), and test4().


Member Data Documentation

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().

std::string check_output::m_str [private]

Definition at line 81 of file test-table.cc.

Referenced by get_line(), and str().


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines