doom3-gpl
Doom 3 GPL source release
|
#include <BitMsg.h>
Static Public Member Functions | |
static int | DirToBits (const idVec3 &dir, int numBits) |
static idVec3 | BitsToDir (int bits, int numBits) |
Private Member Functions | |
bool | CheckOverflow (int numBits) |
byte * | GetByteSpace (int length) |
void | WriteDelta (int oldValue, int newValue, int numBits) |
int | ReadDelta (int oldValue, int numBits) const |
Private Attributes | |
byte * | writeData |
const byte * | readData |
int | maxSize |
int | curSize |
int | writeBit |
int | readCount |
int | readBit |
bool | allowOverflow |
bool | overflowed |
idBitMsg::idBitMsg | ( | ) |
Definition at line 46 of file BitMsg.cpp.
Definition at line 613 of file BitMsg.cpp.
Definition at line 63 of file BitMsg.cpp.
Definition at line 588 of file BitMsg.cpp.
Definition at line 85 of file BitMsg.cpp.
Definition at line 362 of file BitMsg.cpp.
Definition at line 457 of file BitMsg.cpp.
Definition at line 498 of file BitMsg.cpp.
Definition at line 510 of file BitMsg.cpp.
Definition at line 558 of file BitMsg.cpp.
Definition at line 542 of file BitMsg.cpp.
Definition at line 526 of file BitMsg.cpp.
Definition at line 483 of file BitMsg.cpp.
Definition at line 424 of file BitMsg.cpp.
Definition at line 110 of file BitMsg.cpp.
Definition at line 210 of file BitMsg.cpp.
Definition at line 231 of file BitMsg.cpp.
Definition at line 245 of file BitMsg.cpp.
Definition at line 308 of file BitMsg.cpp.
Definition at line 287 of file BitMsg.cpp.
Definition at line 266 of file BitMsg.cpp.
Definition at line 219 of file BitMsg.cpp.
Definition at line 174 of file BitMsg.cpp.