![]() |
INMOST
Mathematical Modelling Toolkit
|
#include <container.hpp>
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) |
~chunk_bulk_array () | |
void | resize (size_type n) |
Definition at line 2407 of file container.hpp.
typedef size_t INMOST::chunk_bulk_array< block_bits >::size_type |
Definition at line 2410 of file container.hpp.
typedef make_unsigned<size_type>::type INMOST::chunk_bulk_array< block_bits >::uenum |
Definition at line 2411 of file container.hpp.
|
inline |
Definition at line 2506 of file container.hpp.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 2487 of file container.hpp.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |