flipEndian(void *pData, size_t size, unsigned short count) | Ogre::Serializer | [protected] |
flipEndian(void *pData, size_t size) | Ogre::Serializer | [protected] |
flipFromLittleEndian(void *pData, size_t size, unsigned short count=1) | Ogre::Serializer | [protected] |
flipToLittleEndian(void *pData, size_t size, unsigned short count=1) | Ogre::Serializer | [protected] |
mCurrentChunkLen | Ogre::Serializer | [protected] |
mpfFile | Ogre::Serializer | [protected] |
mVersion | Ogre::Serializer | [protected] |
readBools(DataChunk &chunk, bool *pDest, unsigned short count) | Ogre::Serializer | [protected] |
readChunk(DataChunk &chunk) | Ogre::Serializer | [protected, virtual] |
readFileHeader(DataChunk &chunk) | Ogre::Serializer | [protected, virtual] |
readLongs(DataChunk &chunk, unsigned long *pDest, unsigned short count) | Ogre::Serializer | [protected] |
readObject(DataChunk &chunk, Vector3 *pDest) | Ogre::Serializer | [protected] |
readObject(DataChunk &chunk, Quaternion *pDest) | Ogre::Serializer | [protected] |
readReals(DataChunk &chunk, Real *pDest, unsigned short count) | Ogre::Serializer | [protected] |
readShorts(DataChunk &chunk, unsigned short *pDest, unsigned short count) | Ogre::Serializer | [protected] |
readString(DataChunk &chunk) | Ogre::Serializer | [protected] |
Serializer() | Ogre::Serializer | |
writeBools(const bool *pLong, unsigned short count) | Ogre::Serializer | [protected] |
writeChunkHeader(unsigned short id, unsigned long size) | Ogre::Serializer | [protected, virtual] |
writeData(const void *buf, size_t size, size_t count) | Ogre::Serializer | [protected] |
writeFileHeader(void) | Ogre::Serializer | [protected, virtual] |
writeLongs(const unsigned long *pLong, unsigned short count) | Ogre::Serializer | [protected] |
writeObject(const Vector3 &vec) | Ogre::Serializer | [protected] |
writeObject(const Quaternion &q) | Ogre::Serializer | [protected] |
writeReals(const Real *pReal, unsigned short count) | Ogre::Serializer | [protected] |
writeShorts(const unsigned short *pShort, unsigned short count) | Ogre::Serializer | [protected] |
writeString(const String &string) | Ogre::Serializer | [protected] |
~Serializer() | Ogre::Serializer | [virtual] |
Copyright © 2002 by The OGRE Team