#include <Archive.h>
§ Mode
§ CArchive()
§ ~CArchive()
§ Close()
§ IsLoading()
bool CArchive::IsLoading |
( |
| ) |
const |
§ IsStoring()
bool CArchive::IsStoring |
( |
| ) |
const |
§ operator<<() [1/19]
CArchive & CArchive::operator<< |
( |
float |
f | ) |
|
§ operator<<() [2/19]
CArchive & CArchive::operator<< |
( |
double |
d | ) |
|
§ operator<<() [3/19]
CArchive & CArchive::operator<< |
( |
short int |
s | ) |
|
§ operator<<() [4/19]
CArchive & CArchive::operator<< |
( |
unsigned short int |
us | ) |
|
§ operator<<() [5/19]
CArchive & CArchive::operator<< |
( |
int |
i | ) |
|
§ operator<<() [6/19]
CArchive & CArchive::operator<< |
( |
unsigned int |
ui | ) |
|
§ operator<<() [7/19]
CArchive & CArchive::operator<< |
( |
long int |
l | ) |
|
§ operator<<() [8/19]
CArchive & CArchive::operator<< |
( |
unsigned long int |
ul | ) |
|
§ operator<<() [9/19]
CArchive & CArchive::operator<< |
( |
long long int |
ll | ) |
|
§ operator<<() [10/19]
CArchive & CArchive::operator<< |
( |
unsigned long long int |
ull | ) |
|
§ operator<<() [11/19]
CArchive & CArchive::operator<< |
( |
bool |
b | ) |
|
§ operator<<() [12/19]
CArchive & CArchive::operator<< |
( |
char |
c | ) |
|
§ operator<<() [13/19]
CArchive & CArchive::operator<< |
( |
const std::string & |
str | ) |
|
§ operator<<() [14/19]
CArchive & CArchive::operator<< |
( |
const std::wstring & |
wstr | ) |
|
§ operator<<() [15/19]
CArchive & CArchive::operator<< |
( |
const SYSTEMTIME & |
time | ) |
|
§ operator<<() [16/19]
§ operator<<() [17/19]
§ operator<<() [18/19]
CArchive & CArchive::operator<< |
( |
const std::vector< std::string > & |
strArray | ) |
|
§ operator<<() [19/19]
CArchive & CArchive::operator<< |
( |
const std::vector< int > & |
iArray | ) |
|
§ operator>>() [1/19]
CArchive& CArchive::operator>> |
( |
float & |
f | ) |
|
|
inline |
§ operator>>() [2/19]
CArchive& CArchive::operator>> |
( |
double & |
d | ) |
|
|
inline |
§ operator>>() [3/19]
CArchive& CArchive::operator>> |
( |
short int & |
s | ) |
|
|
inline |
§ operator>>() [4/19]
CArchive& CArchive::operator>> |
( |
unsigned short int & |
us | ) |
|
|
inline |
§ operator>>() [5/19]
CArchive& CArchive::operator>> |
( |
int & |
i | ) |
|
|
inline |
§ operator>>() [6/19]
CArchive& CArchive::operator>> |
( |
unsigned int & |
ui | ) |
|
|
inline |
§ operator>>() [7/19]
CArchive& CArchive::operator>> |
( |
long int & |
l | ) |
|
|
inline |
§ operator>>() [8/19]
CArchive& CArchive::operator>> |
( |
unsigned long int & |
ul | ) |
|
|
inline |
§ operator>>() [9/19]
CArchive& CArchive::operator>> |
( |
long long int & |
ll | ) |
|
|
inline |
§ operator>>() [10/19]
CArchive& CArchive::operator>> |
( |
unsigned long long int & |
ull | ) |
|
|
inline |
§ operator>>() [11/19]
CArchive& CArchive::operator>> |
( |
bool & |
b | ) |
|
|
inline |
§ operator>>() [12/19]
CArchive& CArchive::operator>> |
( |
char & |
c | ) |
|
|
inline |
§ operator>>() [13/19]
CArchive & CArchive::operator>> |
( |
std::string & |
str | ) |
|
§ operator>>() [14/19]
CArchive & CArchive::operator>> |
( |
std::wstring & |
wstr | ) |
|
§ operator>>() [15/19]
CArchive & CArchive::operator>> |
( |
SYSTEMTIME & |
time | ) |
|
§ operator>>() [16/19]
§ operator>>() [17/19]
§ operator>>() [18/19]
CArchive & CArchive::operator>> |
( |
std::vector< std::string > & |
strArray | ) |
|
§ operator>>() [19/19]
CArchive & CArchive::operator>> |
( |
std::vector< int > & |
iArray | ) |
|
§ streamin()
CArchive& CArchive::streamin |
( |
void * |
dataPtr, |
|
|
size_t |
size |
|
) |
| |
|
inlineprotected |
§ streamout()
CArchive& CArchive::streamout |
( |
const void * |
dataPtr, |
|
|
size_t |
size |
|
) |
| |
|
inlineprotected |
§ m_BufferPos
§ m_BufferRemain
size_t CArchive::m_BufferRemain |
|
protected |
§ m_iMode
§ m_pBuffer
std::unique_ptr<uint8_t[]> CArchive::m_pBuffer |
|
protected |
§ m_pFile
The documentation for this class was generated from the following files: