HDK
|
This is the complete list of members for UT_BitStream, including all inherited members.
clear() | UT_BitStream | |
getBitLength() const | UT_BitStream | inline |
getBuf() const | UT_BitStream | inline |
getLen() const | UT_BitStream | |
loadFrom6Bit(const char *data) | UT_BitStream | |
loadFromByte(const char *data) | UT_BitStream | |
loadFromByte(const char *data, int nwords) | UT_BitStream | |
loadFromHex(const char *hex) | UT_BitStream | |
loadFromPenta(const char *penta, UT_IntArray &errors) | UT_BitStream | |
loadPenta(const char *penta) | UT_BitStream | protected |
myBitLength | UT_BitStream | protected |
myBitOff | UT_BitStream | protected |
myBuf | UT_BitStream | protected |
myHard | UT_BitStream | protected |
mySize | UT_BitStream | protected |
myWordOff | UT_BitStream | protected |
operator=(const UT_BitStream &)=delete | UT_BitStream | |
padTo(int nbits, int max, int off, int &savelen) | UT_BitStream | protected |
popPad(int savelen) | UT_BitStream | inlineprotected |
read(int bits) | UT_BitStream | |
rewind() | UT_BitStream | inline |
saveTo6Bit(UT_String &result, int nwords=-1, int offset=0) | UT_BitStream | |
saveTo6Bit(UT_WorkBuffer &result, int nwords=-1, int offset=0) | UT_BitStream | |
saveToByte(UT_String &result, int nwords=-1, int offset=0) | UT_BitStream | |
saveToByte(unsigned char *data, int nwords, int offset=0) | UT_BitStream | |
saveToHex(UT_String &result, int nwords=-1, int offset=0) | UT_BitStream | |
saveToHex(UT_WorkBuffer &result, int nwords=-1, int offset=0) | UT_BitStream | |
saveToPenta(UT_String &result, int nwords=-1, int offset=0) | UT_BitStream | |
seek(int nbits, int whence=0) | UT_BitStream | |
setBuf(unsigned int *buf, int len) | UT_BitStream | |
tell() const | UT_BitStream | |
uread(int bits) | UT_BitStream | |
UT_BitStream() | UT_BitStream | |
UT_BitStream(int nbits) | UT_BitStream | |
UT_BitStream(const UT_BitStream &)=delete | UT_BitStream | |
write(int val, int bits) | UT_BitStream | |
~UT_BitStream() | UT_BitStream | virtual |