outputfilestream Class Reference

#include <FileStream.h>

List of all members.

Public Member Functions

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

Protected Attributes

std::streambuf * m_streambuf
bool m_is_good


Detailed Description

Definition at line 25 of file FileStream.h.


Constructor & Destructor Documentation

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

Definition at line 44 of file FileStream.cpp.

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

Here is the call graph for this function:

outputfilestream::~outputfilestream (  )  [virtual]

Definition at line 59 of file FileStream.cpp.

References m_streambuf.


Member Function Documentation

void outputfilestream::close (  ) 

Definition at line 65 of file FileStream.cpp.

bool outputfilestream::good (  )  const [inline]

Definition at line 35 of file FileStream.h.

References m_is_good.


Member Data Documentation

bool outputfilestream::m_is_good [protected]

Definition at line 29 of file FileStream.h.

Referenced by good(), and outputfilestream().

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

Definition at line 28 of file FileStream.h.

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


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

Generated on Thu Jun 4 00:31:14 2015 for Moses by  doxygen 1.5.9