#include <Archive.h>
◆ Mode
◆ CArchive()
◆ ~CArchive()
◆ Close()
◆ IsLoading()
bool CArchive::IsLoading |
( |
| ) |
const |
◆ IsStoring()
bool CArchive::IsStoring |
( |
| ) |
const |
◆ operator<<() [1/19]
CArchive & CArchive::operator<< |
( |
bool |
b | ) |
|
◆ operator<<() [2/19]
CArchive & CArchive::operator<< |
( |
char |
c | ) |
|
◆ operator<<() [3/19]
◆ operator<<() [4/19]
CArchive & CArchive::operator<< |
( |
const std::string & |
str | ) |
|
◆ operator<<() [5/19]
CArchive & CArchive::operator<< |
( |
const std::vector< int > & |
iArray | ) |
|
◆ operator<<() [6/19]
CArchive & CArchive::operator<< |
( |
const std::vector< std::string > & |
strArray | ) |
|
◆ operator<<() [7/19]
CArchive & CArchive::operator<< |
( |
const std::wstring & |
wstr | ) |
|
◆ operator<<() [8/19]
◆ operator<<() [9/19]
CArchive & CArchive::operator<< |
( |
double |
d | ) |
|
◆ operator<<() [10/19]
CArchive & CArchive::operator<< |
( |
float |
f | ) |
|
◆ operator<<() [11/19]
◆ operator<<() [12/19]
CArchive & CArchive::operator<< |
( |
int |
i | ) |
|
◆ operator<<() [13/19]
CArchive & CArchive::operator<< |
( |
long int |
l | ) |
|
◆ operator<<() [14/19]
CArchive & CArchive::operator<< |
( |
long long int |
ll | ) |
|
◆ operator<<() [15/19]
CArchive & CArchive::operator<< |
( |
short int |
s | ) |
|
◆ operator<<() [16/19]
CArchive & CArchive::operator<< |
( |
unsigned int |
ui | ) |
|
◆ operator<<() [17/19]
CArchive & CArchive::operator<< |
( |
unsigned long int |
ul | ) |
|
◆ operator<<() [18/19]
CArchive & CArchive::operator<< |
( |
unsigned long long int |
ull | ) |
|
◆ operator<<() [19/19]
CArchive & CArchive::operator<< |
( |
unsigned short int |
us | ) |
|
◆ operator>>() [1/19]
CArchive & CArchive::operator>> |
( |
bool & |
b | ) |
|
|
inline |
◆ operator>>() [2/19]
CArchive & CArchive::operator>> |
( |
char & |
c | ) |
|
|
inline |
◆ operator>>() [3/19]
◆ operator>>() [4/19]
CArchive & CArchive::operator>> |
( |
double & |
d | ) |
|
|
inline |
◆ operator>>() [5/19]
CArchive & CArchive::operator>> |
( |
float & |
f | ) |
|
|
inline |
◆ operator>>() [6/19]
◆ operator>>() [7/19]
CArchive & CArchive::operator>> |
( |
int & |
i | ) |
|
|
inline |
◆ operator>>() [8/19]
CArchive & CArchive::operator>> |
( |
long int & |
l | ) |
|
|
inline |
◆ operator>>() [9/19]
CArchive & CArchive::operator>> |
( |
long long int & |
ll | ) |
|
|
inline |
◆ operator>>() [10/19]
CArchive & CArchive::operator>> |
( |
short int & |
s | ) |
|
|
inline |
◆ operator>>() [11/19]
CArchive & CArchive::operator>> |
( |
std::string & |
str | ) |
|
◆ operator>>() [12/19]
CArchive & CArchive::operator>> |
( |
std::vector< int > & |
iArray | ) |
|
◆ operator>>() [13/19]
CArchive & CArchive::operator>> |
( |
std::vector< std::string > & |
strArray | ) |
|
◆ operator>>() [14/19]
CArchive & CArchive::operator>> |
( |
std::wstring & |
wstr | ) |
|
◆ operator>>() [15/19]
◆ operator>>() [16/19]
CArchive & CArchive::operator>> |
( |
unsigned int & |
ui | ) |
|
|
inline |
◆ operator>>() [17/19]
CArchive & CArchive::operator>> |
( |
unsigned long int & |
ul | ) |
|
|
inline |
◆ operator>>() [18/19]
CArchive & CArchive::operator>> |
( |
unsigned long long int & |
ull | ) |
|
|
inline |
◆ operator>>() [19/19]
CArchive & CArchive::operator>> |
( |
unsigned short int & |
us | ) |
|
|
inline |
◆ 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: