inputfilestream Class Reference

#include <util.h>

List of all members.

Public Member Functions

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

Protected Attributes

std::streambuf * m_streambuf
bool _good
bool m_is_good


Detailed Description

Definition at line 55 of file util.h.


Constructor & Destructor Documentation

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

Definition at line 100 of file util.cpp.

References _good, init(), m_streambuf, and NULL.

Here is the call graph for this function:

inputfilestream::~inputfilestream (  ) 

Definition at line 119 of file util.cpp.

References m_streambuf.

inputfilestream::inputfilestream ( const std::string &  filePath  )  [explicit]

virtual inputfilestream::~inputfilestream (  )  [virtual]


Member Function Documentation

void inputfilestream::close (  ) 

void inputfilestream::close (  ) 

Definition at line 125 of file util.cpp.

bool inputfilestream::good (  )  const [inline]

Definition at line 19 of file FileStream.h.

References m_is_good.

bool inputfilestream::good (  )  [inline]

Definition at line 64 of file util.h.

References _good.


Member Data Documentation

bool inputfilestream::_good [protected]

Definition at line 59 of file util.h.

Referenced by good(), and inputfilestream().

bool inputfilestream::m_is_good [protected]

Definition at line 13 of file FileStream.h.

Referenced by good().

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

Definition at line 58 of file util.h.

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


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

Generated on Thu Jul 6 00:31:47 2017 for Moses by  doxygen 1.5.9