CFx SDK Documentation
2022 SP0
|
#include <OdBinaryData.h>
Additional Inherited Members | |
![]() | |
typedef A::size_type | size_type |
typedef OdUInt8 * | iterator |
typedef const OdUInt8 * | const_iterator |
typedef OdUInt8 | value_type |
typedef const OdUInt8 & | const_reference |
typedef OdUInt8 & | reference |
This Class is a specialization of the OdBinaryData class for BitBinary data.
<group Other_Classes>
Definition at line 51 of file OdBinaryData.h.
|
inline |
Definition at line 55 of file OdBinaryData.h.
|
inline |
Returns the size in bits of this BitBinaryData object.
Definition at line 60 of file OdBinaryData.h.
Resizes this BitBinaryData object to the specified number of bits.
bitSize | [in] Bit size. |
Definition at line 67 of file OdBinaryData.h.
|
inline |
Sets the size in bits of this BitBinaryData object to be 8 * its current size in bytes.
bitSize | [in] Bit size. |
Definition at line 80 of file OdBinaryData.h.