Whiteboard
An interface and tools for visualizing large and complex datasets
|
#include <mutil.h>
Public Member Functions | |
MDLLEXPORT | CMWriteFileStream () |
virtual MDLLEXPORT | ~CMWriteFileStream () |
virtual MDLLEXPORT bool | Open (const CMString &name) |
virtual MDLLEXPORT bool | Close () |
virtual MDLLEXPORT bool | IsOpen () |
virtual MDLLEXPORT bool | IsEnd () |
virtual IMWriteStream * | CloneAndOpen (const CMString &name) |
virtual long | BytesProcessed () |
Public Member Functions inherited from IMWriteStream | |
virtual | ~IMWriteStream () |
bool | Write (const long &d) |
bool | Write (const unsigned long &d) |
bool | Write (const int &d) |
bool | Write (const unsigned int &d) |
bool | Write (const short &d) |
bool | Write (const unsigned short &d) |
bool | Write (const char &d) |
bool | Write (const unsigned char &d) |
bool | Write (const signed char &d) |
bool | Write (const float &d) |
bool | Write (const double &d) |
bool | Write (const long long &d) |
bool | Write (const unsigned long long &d) |
bool | Write (const CMString &d) |
bool | WriteLine (const CMString &d) |
bool | Write (const void *p, long lenInElements, long elSize=1) |
Public Member Functions inherited from IMStream | |
virtual | ~IMStream () |
Protected Member Functions | |
virtual bool | WriteSimpleType (const void *pData, long lenInBytes) |
virtual bool | WriteBlob (const void *pData, long lenInElements, long elSize) |
virtual bool | WriteString (const CMString &string) |
virtual bool | WriteStringLine (const CMString &string) |
Private Attributes | |
FILE * | m_pFile |
CMString | m_fileName |
bool | m_bIsOpen |
bool | m_bIsEof |
long | m_bytesProcessed |
CMWriteFileStream::CMWriteFileStream | ( | ) |
|
virtual |
|
inlinevirtual |
Implements IMStream.
|
inlinevirtual |
Implements IMWriteStream.
|
virtual |
Implements IMStream.
|
virtual |
Implements IMStream.
|
virtual |
Implements IMStream.
|
protectedvirtual |
Implements IMWriteStream.
|
protectedvirtual |
Implements IMWriteStream.
|
protectedvirtual |
Implements IMWriteStream.
|
inlineprotectedvirtual |
Implements IMWriteStream.
|
private |
|
private |
|
private |
|
private |
|
private |