Public Types | |
| enum | { GROW_CHUNK_SIZE } |
| MemoryOutStream | ( | int const | size = 256 | ) |
| ~MemoryOutStream | ( | ) |
| char const* GetText | ( | ) | const |
| MemoryOutStream& operator<< | ( | char const * | txt | ) |
| MemoryOutStream& operator<< | ( | signed int const | n | ) |
| MemoryOutStream& operator<< | ( | unsigned int const | n | ) |
| MemoryOutStream& operator<< | ( | void const * | p | ) |
| MemoryOutStream& operator<< | ( | ni::tI8 const | n | ) |
| MemoryOutStream& operator<< | ( | ni::tU8 const | n | ) |
| MemoryOutStream& operator<< | ( | ni::tI16 const | n | ) |
| MemoryOutStream& operator<< | ( | ni::tU16 const | n | ) |
| MemoryOutStream& operator<< | ( | ni::tI32 const | n | ) |
| MemoryOutStream& operator<< | ( | ni::tU32 const | n | ) |
| MemoryOutStream& operator<< | ( | ni::tI64 const | n | ) |
| MemoryOutStream& operator<< | ( | ni::tU64 const | n | ) |
| MemoryOutStream& operator<< | ( | ni::tF32 const | n | ) |
| MemoryOutStream& operator<< | ( | ni::tF64 const | n | ) |
| MemoryOutStream& operator<< | ( | const ni::cString & | n | ) |
| MemoryOutStream& operator<< | ( | const ni::tUUID & | n | ) |
| MemoryOutStream& operator<< | ( | ni::uchar const * | txt | ) |
| MemoryOutStream& operator<< | ( | const ni::sVec2f & | v | ) |
| MemoryOutStream& operator<< | ( | const ni::sVec3f & | v | ) |
| MemoryOutStream& operator<< | ( | const ni::sVec4f & | v | ) |
| MemoryOutStream& operator<< | ( | const ni::sVec2i & | v | ) |
| MemoryOutStream& operator<< | ( | const ni::sVec3i & | v | ) |
| MemoryOutStream& operator<< | ( | const ni::sVec4i & | v | ) |
| MemoryOutStream& operator<< | ( | const ni::sMatrixf & | v | ) |
| MemoryOutStream& operator<< | ( | const ni::Var & | var | ) |
| int GetCapacity | ( | ) | const |
1.8.7