PackedIntArrayImp [constructor] | Constructors |
~PackedIntArrayImp [destructor] | Destroy this object |
operator= | Assign to this array the value of the specified rhs array. |
allocator | Return the allocator used by this array to supply memory. |
append | append overloads |
bdexStreamIn | Assign to this object the value read from the specified input stream. |
bdexStreamOut | Write this value to the specified output stream. |
bytesPerElement | Return the number of bytes currently used to store each element in this array. |
capacity | Return the number of elements this array can hold in terms of the current data type used to store its elements. |
insert | insert overloads |
isEmpty | Return true if there are no elements in this array, and false otherwise. |
isEqual | Return true if this and other have the same value. |
length | Return number of elements in this array. |
operator[] | Return the value of the element at the specified index. |
pop_back | Remove the last element from this array. The behavior is undefined unless 0 < length() . |
print | Write the value of this array to the specified output stream. |
push_back | Append an element having the specified value to this array. |
remove | remove overloads |
removeAll | Remove all the elements from this array and set the storage required per element to one byte. |
replace | replace overloads |
reserveCapacity | reserveCapacity overloads |
reserveCapacityImp | Make the capacity of this array at least requiredCapacityInBytes. |
resize | Set the length of this array to the specified numElements. |
swap | Efficiently exchange the value of this array with that of other. |