Implementation of ObjectStream binary input stream.
More...
#include <ObjectStreamBinaryIn.h>
Implementation of ObjectStream binary input stream.
◆ ObjectStreamBinaryIn()
◆ ReadCount()
bool ObjectStreamBinaryIn::ReadCount |
( |
uint32 & |
outCount | ) |
|
|
overridevirtual |
◆ ReadDataType()
bool ObjectStreamBinaryIn::ReadDataType |
( |
EOSDataType & |
outType | ) |
|
|
overridevirtual |
◆ ReadIdentifier()
bool ObjectStreamBinaryIn::ReadIdentifier |
( |
Identifier & |
outIdentifier | ) |
|
|
overridevirtual |
◆ ReadName()
bool ObjectStreamBinaryIn::ReadName |
( |
String & |
outName | ) |
|
|
overridevirtual |
◆ ReadPrimitiveData() [1/17]
bool ObjectStreamBinaryIn::ReadPrimitiveData |
( |
bool & |
outPrimitive | ) |
|
|
overridevirtual |
◆ ReadPrimitiveData() [2/17]
bool ObjectStreamBinaryIn::ReadPrimitiveData |
( |
DMat44 & |
outPrimitive | ) |
|
|
overridevirtual |
◆ ReadPrimitiveData() [3/17]
bool ObjectStreamBinaryIn::ReadPrimitiveData |
( |
double & |
outPrimitive | ) |
|
|
overridevirtual |
◆ ReadPrimitiveData() [4/17]
bool ObjectStreamBinaryIn::ReadPrimitiveData |
( |
Double3 & |
outPrimitive | ) |
|
|
overridevirtual |
◆ ReadPrimitiveData() [5/17]
bool ObjectStreamBinaryIn::ReadPrimitiveData |
( |
DVec3 & |
outPrimitive | ) |
|
|
overridevirtual |
◆ ReadPrimitiveData() [6/17]
bool ObjectStreamBinaryIn::ReadPrimitiveData |
( |
float & |
outPrimitive | ) |
|
|
overridevirtual |
◆ ReadPrimitiveData() [7/17]
bool ObjectStreamBinaryIn::ReadPrimitiveData |
( |
Float3 & |
outPrimitive | ) |
|
|
overridevirtual |
◆ ReadPrimitiveData() [8/17]
bool ObjectStreamBinaryIn::ReadPrimitiveData |
( |
int & |
outPrimitive | ) |
|
|
overridevirtual |
◆ ReadPrimitiveData() [9/17]
bool ObjectStreamBinaryIn::ReadPrimitiveData |
( |
Mat44 & |
outPrimitive | ) |
|
|
overridevirtual |
◆ ReadPrimitiveData() [10/17]
bool ObjectStreamBinaryIn::ReadPrimitiveData |
( |
Quat & |
outPrimitive | ) |
|
|
overridevirtual |
◆ ReadPrimitiveData() [11/17]
bool ObjectStreamBinaryIn::ReadPrimitiveData |
( |
String & |
outPrimitive | ) |
|
|
overridevirtual |
◆ ReadPrimitiveData() [12/17]
bool ObjectStreamBinaryIn::ReadPrimitiveData |
( |
uint16 & |
outPrimitive | ) |
|
|
overridevirtual |
◆ ReadPrimitiveData() [13/17]
bool ObjectStreamBinaryIn::ReadPrimitiveData |
( |
uint32 & |
outPrimitive | ) |
|
|
overridevirtual |
◆ ReadPrimitiveData() [14/17]
bool ObjectStreamBinaryIn::ReadPrimitiveData |
( |
uint64 & |
outPrimitive | ) |
|
|
overridevirtual |
◆ ReadPrimitiveData() [15/17]
bool ObjectStreamBinaryIn::ReadPrimitiveData |
( |
uint8 & |
outPrimitive | ) |
|
|
overridevirtual |
◆ ReadPrimitiveData() [16/17]
bool ObjectStreamBinaryIn::ReadPrimitiveData |
( |
Vec3 & |
outPrimitive | ) |
|
|
overridevirtual |
◆ ReadPrimitiveData() [17/17]
bool ObjectStreamBinaryIn::ReadPrimitiveData |
( |
Vec4 & |
outPrimitive | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: