INMOST
A toolkit for distributed mathematical modeling
|
Public Types | |
typedef size_t | size_type |
typedef make_unsigned< size_type >::type | uenum |
Public Member Functions | |
__INLINE char & | operator[] (size_type i) |
__INLINE const char & | operator[] (size_type i) const |
__INLINE char & | at (size_type i) |
__INLINE const char & | at (size_type i) const |
void | inner_resize (size_type new_size) |
size_type | capacity () const |
size_type | size () const |
bool | empty () const |
void | clear () |
chunk_bulk_array (size_type set_record_size=1) | |
chunk_bulk_array (const chunk_bulk_array &other) | |
chunk_bulk_array & | operator= (chunk_bulk_array const &other) |
void | resize (size_type n) |
Definition at line 1343 of file container.hpp.