, including all inherited members.
| convertBinaryToInt64(const TString &rString, bool &rError, Int64 ldPredef=0) | zeus::TBitCodedValue | [static] |
| convertDecimalToByteArray(const TString &rString, bool &rError, IByteArray &rValue) | zeus::TBitCodedValue | [static] |
| convertHexToByteArray(const TString &rString, bool &rError, IByteArray &rValue) | zeus::TBitCodedValue | [static] |
| convertHexToInt64(const TString &rString, bool &rError, Int64 ldPredef=0) | zeus::TBitCodedValue | [static] |
| convertToBinary(const TBitCodedValue &rValue, bool bTrimZeros, bool bAddPreamble) | zeus::TBitCodedValue | [inline, static] |
| convertToBinary(Uint64 uldValue, Int iMaxSize, bool bTrimZeros, bool bAddPreamble) | zeus::TBitCodedValue | [static] |
| convertToHex(const TBitCodedValue &rValue, bool bTrimZeros, bool bAddPreamble) | zeus::TBitCodedValue | [inline, static] |
| convertToHex(const IByteArray &rValue, bool bTrimZeros, bool bAddPreamble) | zeus::TBitCodedValue | [static] |
| convertToHex(Uint64 uldValue, Int iMaxSize, bool bTrimZeros, bool bAddPreamble) | zeus::TBitCodedValue | [static] |
| getBit(Int iIndex, bool *pError=NULL) const | zeus::TBitCodedValue | |
| getFirstBitSet() const | zeus::TBitCodedValue | |
| getFirstBitSet(Uint64 uldMask) const | zeus::TBitCodedValue | |
| getInt16() const | zeus::TBitCodedValue | [inline] |
| getInt32() const | zeus::TBitCodedValue | [inline] |
| getInt64() const | zeus::TBitCodedValue | [inline] |
| getInt8() const | zeus::TBitCodedValue | [inline] |
| getLastBitSet() const | zeus::TBitCodedValue | |
| getLastBitSet(Uint64 uldMask) const | zeus::TBitCodedValue | |
| getUint16() const | zeus::TBitCodedValue | [inline] |
| getUint32() const | zeus::TBitCodedValue | [inline] |
| getUint64() const | zeus::TBitCodedValue | [inline] |
| getUint8() const | zeus::TBitCodedValue | [inline] |
| invertAll() | zeus::TBitCodedValue | [inline] |
| invertBit(Int iIndex) | zeus::TBitCodedValue | |
| m_iMaxSize | zeus::TBitCodedValue | [protected] |
| m_uldBitArray | zeus::TBitCodedValue | [protected] |
| operator!=(Int64 ldValue) const | zeus::TBitCodedValue | [inline] |
| operator!=(Uint64 uldValue) const | zeus::TBitCodedValue | [inline] |
| operator!=(const TBitCodedValue &rValue) const | zeus::TBitCodedValue | [inline] |
| operator!=(int iValue) const | zeus::TBitCodedValue | [inline] |
| operator!=(unsigned int uiValue) const | zeus::TBitCodedValue | [inline] |
| operator=(Int64 ldValue) | zeus::TBitCodedValue | [inline] |
| operator=(Uint64 uldValue) | zeus::TBitCodedValue | [inline] |
| operator=(const TBitCodedValue &rValue) | zeus::TBitCodedValue | [inline] |
| operator=(int iValue) | zeus::TBitCodedValue | [inline] |
| operator=(unsigned int uiValue) | zeus::TBitCodedValue | [inline] |
| operator==(Int64 ldValue) const | zeus::TBitCodedValue | [inline] |
| operator==(Uint64 uldValue) const | zeus::TBitCodedValue | [inline] |
| operator==(const TBitCodedValue &rValue) const | zeus::TBitCodedValue | [inline] |
| operator==(int iValue) const | zeus::TBitCodedValue | [inline] |
| operator==(unsigned int uiValue) const | zeus::TBitCodedValue | [inline] |
| operator[](Int iIndex) const | zeus::TBitCodedValue | [inline] |
| setBit(Int iIndex, bool bState) | zeus::TBitCodedValue | |
| setBitRange(Int iFromIndex, Int iToIndex, Uint64 uldValue, bool bForce=false) | zeus::TBitCodedValue | |
| setBitRange(Int iFromIndex, Int iToIndex, Int64 ldValue, bool bForce=false) | zeus::TBitCodedValue | [inline] |
| setBitRange(Int iFromIndex, Int iToIndex, int iValue, bool bForce=false) | zeus::TBitCodedValue | [inline] |
| setBitRange(Int iFromIndex, Int iToIndex, unsigned int uiValue, bool bForce=false) | zeus::TBitCodedValue | [inline] |
| TBitCodedValue() | zeus::TBitCodedValue | |
| TBitCodedValue(const TBitCodedValue &rValue) | zeus::TBitCodedValue | |
| TBitCodedValue(int iValue, Int iMaxSize=64) | zeus::TBitCodedValue | |
| TBitCodedValue(unsigned int uiValue, Int iMaxSize=64) | zeus::TBitCodedValue | |
| TBitCodedValue(Int8 cValue, Int iMaxSize=8) | zeus::TBitCodedValue | |
| TBitCodedValue(Int16 sValue, Int iMaxSize=16) | zeus::TBitCodedValue | |
| TBitCodedValue(Int32 lValue, Int iMaxSize=32) | zeus::TBitCodedValue | |
| TBitCodedValue(Int64 ldValue, Int iMaxSize=64) | zeus::TBitCodedValue | |
| TBitCodedValue(Uint8 ucValue, Int iMaxSize=8) | zeus::TBitCodedValue | |
| TBitCodedValue(Uint16 usValue, Int iMaxSize=16) | zeus::TBitCodedValue | |
| TBitCodedValue(Uint32 ulValue, Int iMaxSize=32) | zeus::TBitCodedValue | |
| TBitCodedValue(Uint64 uldValue, Int iMaxSize=64) | zeus::TBitCodedValue | |
| toBinary(bool bTrimZeros=false, bool bAddPreamble=true) const | zeus::TBitCodedValue | [inline] |
| toHex(bool bTrimZeros=false, bool bAddPreamble=true) const | zeus::TBitCodedValue | [inline] |
| ~TBitCodedValue() | zeus::TBitCodedValue | [virtual] |