#include <farchive.h>
Member Enumeration Documentation
anonymous enum [protected] |
Constructor & Destructor Documentation
| FArchive::FArchive |
( |
FFile & |
file | ) |
|
| FArchive::~FArchive |
( |
| ) |
[virtual] |
Member Function Documentation
| DWORD FArchive::FindObjectIndex |
( |
const DObject * |
obj | ) |
const [protected] |
| DWORD FArchive::HashObject |
( |
const DObject * |
obj | ) |
const [protected] |
| bool FArchive::IsLoading |
( |
| ) |
const [inline] |
| bool FArchive::IsPeristent |
( |
| ) |
const [inline] |
| bool FArchive::IsStoring |
( |
| ) |
const [inline] |
| DWORD FArchive::MapObject |
( |
const DObject * |
obj | ) |
[protected] |
| FArchive& FArchive::operator<< |
( |
const unsigned char * |
str | ) |
[inline] |
| FArchive & FArchive::operator<< |
( |
const char * |
str | ) |
|
| FArchive& FArchive::operator<< |
( |
char |
c | ) |
[inline] |
| FArchive& FArchive::operator<< |
( |
bool |
b | ) |
[inline] |
| FArchive& FArchive::operator<< |
( |
const signed char * |
str | ) |
[inline] |
| FArchive& FArchive::operator<< |
( |
int |
i | ) |
[inline] |
| FArchive& FArchive::operator<< |
( |
unsigned int |
i | ) |
[inline] |
| FArchive & FArchive::operator<< |
( |
float |
f | ) |
|
| FArchive & FArchive::operator<< |
( |
double |
d | ) |
|
| FArchive & FArchive::operator>> |
( |
float & |
f | ) |
|
| FArchive & FArchive::operator>> |
( |
double & |
d | ) |
|
| FArchive& FArchive::operator>> |
( |
int & |
i | ) |
[inline] |
| FArchive& FArchive::operator>> |
( |
char & |
c | ) |
[inline] |
| FArchive& FArchive::operator>> |
( |
unsigned int & |
i | ) |
[inline] |
| FArchive& FArchive::operator>> |
( |
bool & |
b | ) |
[inline] |
| void FArchive::Read |
( |
void * |
mem, |
|
|
unsigned int |
len |
|
) |
| [virtual] |
| const TypeInfo * FArchive::ReadClass |
( |
| ) |
[protected] |
| DWORD FArchive::ReadCount |
( |
| ) |
|
| const TypeInfo * FArchive::ReadStoredClass |
( |
const TypeInfo * |
wanttype | ) |
[protected] |
| void FArchive::SetHubTravel |
( |
| ) |
[inline] |
| void FArchive::Write |
( |
const void * |
mem, |
|
|
unsigned int |
len |
|
) |
| [virtual] |
| void FArchive::WriteCount |
( |
DWORD |
count | ) |
|
Field Documentation
The documentation for this class was generated from the following files: