|
| | idBitMsgDelta () |
| |
| | ~idBitMsgDelta () |
| |
| void | Init (const idBitMsg *base, idBitMsg *newBase, idBitMsg *delta) |
| |
| void | Init (const idBitMsg *base, idBitMsg *newBase, const idBitMsg *delta) |
| |
| bool | HasChanged (void) const |
| |
| void | WriteBits (int value, int numBits) |
| |
| void | WriteChar (int c) |
| |
| void | WriteByte (int c) |
| |
| void | WriteShort (int c) |
| |
| void | WriteUShort (int c) |
| |
| void | WriteLong (int c) |
| |
| void | WriteFloat (float f) |
| |
| void | WriteFloat (float f, int exponentBits, int mantissaBits) |
| |
| void | WriteAngle8 (float f) |
| |
| void | WriteAngle16 (float f) |
| |
| void | WriteDir (const idVec3 &dir, int numBits) |
| |
| void | WriteString (const char *s, int maxLength=-1) |
| |
| void | WriteData (const void *data, int length) |
| |
| void | WriteDict (const idDict &dict) |
| |
| void | WriteDeltaChar (int oldValue, int newValue) |
| |
| void | WriteDeltaByte (int oldValue, int newValue) |
| |
| void | WriteDeltaShort (int oldValue, int newValue) |
| |
| void | WriteDeltaLong (int oldValue, int newValue) |
| |
| void | WriteDeltaFloat (float oldValue, float newValue) |
| |
| void | WriteDeltaFloat (float oldValue, float newValue, int exponentBits, int mantissaBits) |
| |
| void | WriteDeltaByteCounter (int oldValue, int newValue) |
| |
| void | WriteDeltaShortCounter (int oldValue, int newValue) |
| |
| void | WriteDeltaLongCounter (int oldValue, int newValue) |
| |
| int | ReadBits (int numBits) const |
| |
| int | ReadChar (void) const |
| |
| int | ReadByte (void) const |
| |
| int | ReadShort (void) const |
| |
| int | ReadUShort (void) const |
| |
| int | ReadLong (void) const |
| |
| float | ReadFloat (void) const |
| |
| float | ReadFloat (int exponentBits, int mantissaBits) const |
| |
| float | ReadAngle8 (void) const |
| |
| float | ReadAngle16 (void) const |
| |
| idVec3 | ReadDir (int numBits) const |
| |
| void | ReadString (char *buffer, int bufferSize) const |
| |
| void | ReadData (void *data, int length) const |
| |
| void | ReadDict (idDict &dict) |
| |
| int | ReadDeltaChar (int oldValue) const |
| |
| int | ReadDeltaByte (int oldValue) const |
| |
| int | ReadDeltaShort (int oldValue) const |
| |
| int | ReadDeltaLong (int oldValue) const |
| |
| float | ReadDeltaFloat (float oldValue) const |
| |
| float | ReadDeltaFloat (float oldValue, int exponentBits, int mantissaBits) const |
| |
| int | ReadDeltaByteCounter (int oldValue) const |
| |
| int | ReadDeltaShortCounter (int oldValue) const |
| |
| int | ReadDeltaLongCounter (int oldValue) const |
| |
Definition at line 439 of file BitMsg.h.