inputfilestream Class Reference

#include <util.h>

List of all members.

Public Member Functions

 inputfilestream (const std::string &filePath)
 ~inputfilestream ()
bool good ()
void close ()

Protected Attributes

std::streambuf * m_streambuf
bool _good


Detailed Description

Definition at line 15 of file util.h.


Constructor & Destructor Documentation

inputfilestream::inputfilestream ( const std::string &  filePath  ) 

Definition at line 89 of file util.cpp.

References _good, m_streambuf, and NULL.

inputfilestream::~inputfilestream (  ) 

Definition at line 108 of file util.cpp.

References m_streambuf.


Member Function Documentation

void inputfilestream::close (  ) 

Definition at line 113 of file util.cpp.

bool inputfilestream::good (  )  [inline]

Definition at line 24 of file util.h.

References _good.


Member Data Documentation

bool inputfilestream::_good [protected]

Definition at line 19 of file util.h.

Referenced by good(), and inputfilestream().

std::streambuf* inputfilestream::m_streambuf [protected]

Definition at line 18 of file util.h.

Referenced by inputfilestream(), and ~inputfilestream().


The documentation for this class was generated from the following files:

Generated on Fri Apr 15 13:04:15 2011 for Moses by  doxygen 1.5.9