Implementation of ObjectStream text output stream.
More...
#include <ObjectStreamTextOut.h>
Implementation of ObjectStream text output stream.
◆ ObjectStreamTextOut()
Constructor and destructor.
◆ HintIndentDown()
void ObjectStreamTextOut::HintIndentDown |
( |
| ) |
|
|
overridevirtual |
◆ HintIndentUp()
void ObjectStreamTextOut::HintIndentUp |
( |
| ) |
|
|
overridevirtual |
◆ HintNextItem()
void ObjectStreamTextOut::HintNextItem |
( |
| ) |
|
|
overridevirtual |
◆ WriteCount()
void ObjectStreamTextOut::WriteCount |
( |
uint32 |
inCount | ) |
|
|
overridevirtual |
◆ WriteDataType()
void ObjectStreamTextOut::WriteDataType |
( |
EOSDataType |
inType | ) |
|
|
overridevirtual |
◆ WriteIdentifier()
void ObjectStreamTextOut::WriteIdentifier |
( |
Identifier |
inIdentifier | ) |
|
|
overridevirtual |
◆ WriteName()
void ObjectStreamTextOut::WriteName |
( |
const char * |
inName | ) |
|
|
overridevirtual |
◆ WritePrimitiveData() [1/17]
void ObjectStreamTextOut::WritePrimitiveData |
( |
const bool & |
inPrimitive | ) |
|
|
overridevirtual |
◆ WritePrimitiveData() [2/17]
void ObjectStreamTextOut::WritePrimitiveData |
( |
const DMat44 & |
inPrimitive | ) |
|
|
overridevirtual |
◆ WritePrimitiveData() [3/17]
void ObjectStreamTextOut::WritePrimitiveData |
( |
const double & |
inPrimitive | ) |
|
|
overridevirtual |
◆ WritePrimitiveData() [4/17]
void ObjectStreamTextOut::WritePrimitiveData |
( |
const Double3 & |
inPrimitive | ) |
|
|
overridevirtual |
◆ WritePrimitiveData() [5/17]
void ObjectStreamTextOut::WritePrimitiveData |
( |
const DVec3 & |
inPrimitive | ) |
|
|
overridevirtual |
◆ WritePrimitiveData() [6/17]
void ObjectStreamTextOut::WritePrimitiveData |
( |
const float & |
inPrimitive | ) |
|
|
overridevirtual |
◆ WritePrimitiveData() [7/17]
void ObjectStreamTextOut::WritePrimitiveData |
( |
const Float3 & |
inPrimitive | ) |
|
|
overridevirtual |
◆ WritePrimitiveData() [8/17]
void ObjectStreamTextOut::WritePrimitiveData |
( |
const int & |
inPrimitive | ) |
|
|
overridevirtual |
◆ WritePrimitiveData() [9/17]
void ObjectStreamTextOut::WritePrimitiveData |
( |
const Mat44 & |
inPrimitive | ) |
|
|
overridevirtual |
◆ WritePrimitiveData() [10/17]
void ObjectStreamTextOut::WritePrimitiveData |
( |
const Quat & |
inPrimitive | ) |
|
|
overridevirtual |
◆ WritePrimitiveData() [11/17]
void ObjectStreamTextOut::WritePrimitiveData |
( |
const String & |
inPrimitive | ) |
|
|
overridevirtual |
◆ WritePrimitiveData() [12/17]
void ObjectStreamTextOut::WritePrimitiveData |
( |
const uint16 & |
inPrimitive | ) |
|
|
overridevirtual |
◆ WritePrimitiveData() [13/17]
void ObjectStreamTextOut::WritePrimitiveData |
( |
const uint32 & |
inPrimitive | ) |
|
|
overridevirtual |
◆ WritePrimitiveData() [14/17]
void ObjectStreamTextOut::WritePrimitiveData |
( |
const uint64 & |
inPrimitive | ) |
|
|
overridevirtual |
◆ WritePrimitiveData() [15/17]
void ObjectStreamTextOut::WritePrimitiveData |
( |
const uint8 & |
inPrimitive | ) |
|
|
overridevirtual |
◆ WritePrimitiveData() [16/17]
void ObjectStreamTextOut::WritePrimitiveData |
( |
const Vec3 & |
inPrimitive | ) |
|
|
overridevirtual |
◆ WritePrimitiveData() [17/17]
void ObjectStreamTextOut::WritePrimitiveData |
( |
const Vec4 & |
inPrimitive | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: