|
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 |
|
iterator | begin () |
|
const_iterator | begin () const |
|
iterator | end () |
|
const_iterator | end () const |
|
void | insert (iterator before, const_iterator first, const_iterator afterLast) |
|
iterator | insert (iterator before, size_type numElements, const OdUInt8 &value) |
|
iterator | insert (iterator before, const OdUInt8 &value=OdUInt8()) |
|
void | resize (size_type logicalLength, const OdUInt8 &value) |
|
void | resize (size_type logicalLength) |
|
size_type | size () const |
|
bool | empty () const |
|
size_type | capacity () const |
|
void | reserve (size_type reserveLength) |
|
void | assign (const_iterator first, const_iterator afterLast) |
|
iterator | erase (iterator first, iterator afterLast) |
|
iterator | erase (iterator where) |
|
void | clear () |
|
void | push_back (const OdUInt8 &value) |
|
bool | contains (const OdUInt8 &value, size_type start=0) const |
|
size_type | length () const |
|
bool | isEmpty () const |
|
size_type | logicalLength () const |
|
size_type | physicalLength () const |
|
int | growLength () const |
|
const OdUInt8 * | asArrayPtr () const |
|
OdUInt8 * | asArrayPtr () |
|
const OdUInt8 * | getPtr () const |
|
const OdUInt8 & | operator[] (size_type index) const |
|
OdUInt8 & | operator[] (size_type index) |
|
OdUInt8 & | at (size_type arrayIndex) |
|
const OdUInt8 & | at (size_type arrayIndex) const |
|
OdArray & | setAt (size_type arrayIndex, const OdUInt8 &value) |
|
const OdUInt8 & | getAt (size_type arrayIndex) const |
|
OdUInt8 & | first () |
|
const OdUInt8 & | first () const |
|
OdUInt8 & | last () |
|
const OdUInt8 & | last () const |
|
size_type | append (const OdUInt8 &value) |
|
iterator | append () |
|
OdArray & | append (const OdArray &otherArray) |
|
OdArray & | removeFirst () |
|
OdArray & | removeLast () |
|
OdArray & | setGrowLength (int growLength) |
|
| OdArray (size_type physicalLength, int growLength=8) |
|
| OdArray () |
|
| OdArray (const OdArray &source) |
|
| ~OdArray () |
|
OdArray & | operator= (const OdArray &source) |
|
bool | operator== (const OdArray &array) const |
|
OdArray & | setAll (const OdUInt8 &value) |
|
OdArray & | insertAt (size_type arrayIndex, const OdUInt8 &value) |
|
OdArray & | removeAt (size_type arrayIndex) |
|
OdArray & | removeSubArray (size_type startIndex, size_type endIndex) |
|
bool | find (const OdUInt8 &value, size_type &findIndex, size_type start=0) const |
|
OdArray & | setLogicalLength (size_type logLength) |
|
OdArray & | setPhysicalLength (size_type physLength) |
|
OdArray & | reverse () |
|
OdArray & | swap (size_type firstIndex, size_type secondIndex) |
|
bool | remove (const OdUInt8 &value, size_type start=0) |
|
This class is a specialization of the OdArray class for OdUInt8 (byte) objects. Corresponding C++ library: TD_Db <group Other_Classes>
Definition at line 41 of file OdBinaryData.h.