gtkIOStream
1.7.0
GTK+ << C++ IOStream operators for GTK+. Now with ORBing, numerical computation, audio client and more ...
|
This is the complete list of members for BitStream, including all inherited members.
BitStream() | BitStream | |
byteSize() const | BitStream | |
capacity() const | BitStream | |
clear() | BitStream | |
data | BitStream | private |
dump(void) | BitStream | |
dumpHex(void) | BitStream | |
find(T toFind, const unsigned int N) const | BitStream | inline |
find(BitStream toFind, const unsigned int N) const | BitStream | |
freeBits | BitStream | private |
genMask(int M) const | BitStream | inlineprotected |
getBits(std::vector< VTYPE >::size_type i, unsigned int N) const | BitStream | inline |
hexDump(std::ostream &stream) | BitStream | |
maskBitsToLeft(const unsigned int M, const VTYPE bits) const | BitStream | inlineprivate |
maskBitsToRight(const unsigned int M, const VTYPE &bits) const | BitStream | inlineprivate |
maskOffsetBitsToRight(const unsigned int M, const unsigned int offset, const VTYPE &bits) const | BitStream | inlineprivate |
operator<<(T bits) | BitStream | inline |
operator<<(std::ostream &stream, const BitStream &bitStream) | BitStream | friend |
operator[](std::vector< VTYPE >::size_type i) const | BitStream | inline |
pop_back(const unsigned int N) | BitStream | inline |
pop_front(const unsigned int N) | BitStream | inline |
push_back(const T bits, const int N) | BitStream | inline |
push_backVType(const VTYPE *tempBits, int N, const int sizeOfT) | BitStream | private |
reserve(std::vector< VTYPE >::size_type N) | BitStream | |
revChars | BitStream | privatestatic |
reverseBits(unsigned char *bits, const unsigned int N) const | BitStream | inlineprivate |
reverseBits(T bits) const | BitStream | inline |
reverseBits(T bits, unsigned int N) const | BitStream | inline |
rotateL(const unsigned int N) | BitStream | |
rotateR(const unsigned int N) | BitStream | |
shiftLeftSubword(std::vector< VTYPE >::iterator firstWord, std::vector< VTYPE >::iterator lastWord, const unsigned int N) | BitStream | private |
shiftRightSubword(std::vector< VTYPE >::iterator firstWord, std::vector< VTYPE >::iterator lastWord, const unsigned int N) | BitStream | private |
size() const | BitStream | |
takenBits() const | BitStream | inlineprivate |
testMask(unsigned int mSize) const | BitStream | inlineprotected |
testMask(unsigned int mSize, VTYPE compareAgainst) const | BitStream | inlineprotected |
VTYPE typedef | BitStream | protected |
VTYPEBits() const | BitStream | inlineprivate |
~BitStream() | BitStream | virtual |
GTK+ IOStream
Beta
|