#include <mutil.h>
virtual IMReadStream::~IMReadStream |
( |
| ) |
|
|
inlinevirtual |
bool IMReadStream::Read |
( |
long & |
d | ) |
|
|
inline |
bool IMReadStream::Read |
( |
unsigned long & |
d | ) |
|
|
inline |
bool IMReadStream::Read |
( |
int & |
d | ) |
|
|
inline |
bool IMReadStream::Read |
( |
unsigned int & |
d | ) |
|
|
inline |
bool IMReadStream::Read |
( |
short & |
d | ) |
|
|
inline |
bool IMReadStream::Read |
( |
unsigned short & |
d | ) |
|
|
inline |
bool IMReadStream::Read |
( |
char & |
d | ) |
|
|
inline |
bool IMReadStream::Read |
( |
unsigned char & |
d | ) |
|
|
inline |
bool IMReadStream::Read |
( |
signed char & |
d | ) |
|
|
inline |
bool IMReadStream::Read |
( |
float & |
d | ) |
|
|
inline |
bool IMReadStream::Read |
( |
double & |
d | ) |
|
|
inline |
bool IMReadStream::Read |
( |
long long & |
d | ) |
|
|
inline |
bool IMReadStream::Read |
( |
unsigned long long & |
d | ) |
|
|
inline |
bool IMReadStream::Read |
( |
void * |
p, |
|
|
long |
lenInElements, |
|
|
long |
elSize = 1 |
|
) |
| |
|
inline |
virtual bool IMReadStream::ReadBlob |
( |
void * |
pData, |
|
|
long |
lenInElements, |
|
|
long |
elSize |
|
) |
| |
|
protectedpure virtual |
bool IMReadStream::ReadLine |
( |
CMString & |
d | ) |
|
|
inline |
virtual bool IMReadStream::ReadSimpleType |
( |
void * |
pData, |
|
|
long |
lenInBytes |
|
) |
| |
|
protectedpure virtual |
virtual bool IMReadStream::ReadString |
( |
CMString & |
string | ) |
|
|
protectedpure virtual |
virtual bool IMReadStream::ReadStringLine |
( |
CMString & |
string | ) |
|
|
protectedpure virtual |
The documentation for this class was generated from the following file: