#include <util.h>
Public Member Functions | |
| inputfilestream (const std::string &filePath) | |
| ~inputfilestream () | |
| bool | good () |
| void | close () |
Protected Attributes | |
| std::streambuf * | m_streambuf |
| bool | _good |
Definition at line 15 of file util.h.
| inputfilestream::inputfilestream | ( | const std::string & | filePath | ) |
| inputfilestream::~inputfilestream | ( | ) |
bool inputfilestream::_good [protected] |
std::streambuf* inputfilestream::m_streambuf [protected] |
1.5.9