![]() |
INMOST
Mathematical Modelling Toolkit
|
#include <container.hpp>
Classes | |
class | const_iterator |
class | iterator |
Public Types | |
typedef size_t | size_type |
typedef make_unsigned < size_type >::type | uenum |
Public Member Functions | |
__INLINE element & | operator[] (size_type i) |
__INLINE const element & | operator[] (size_type i) const |
__INLINE element & | at (size_type i) |
__INLINE const element & | 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_array () | |
chunk_array (const chunk_array &other) | |
chunk_array & | operator= (chunk_array const &other) |
~chunk_array () | |
element & | front () |
element & | back () |
const element & | front () const |
const element & | back () const |
void | pop_back () |
void | push_back (const element &e) |
void | resize (size_type n, const element &e=element()) |
iterator | erase (iterator pos) |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
Definition at line 2129 of file container.hpp.
typedef size_t INMOST::chunk_array< element, block_bits >::size_type |
Definition at line 2132 of file container.hpp.
typedef make_unsigned<size_type>::type INMOST::chunk_array< element, block_bits >::uenum |
Definition at line 2133 of file container.hpp.
|
inline |
Definition at line 2309 of file container.hpp.
|
inline |
Definition at line 2314 of file container.hpp.
|
inline |
Definition at line 2349 of file container.hpp.
|
inline |
Definition at line 2162 of file container.hpp.
|
inline |
Definition at line 2167 of file container.hpp.
|
inline |
Definition at line 2355 of file container.hpp.
|
inline |
Definition at line 2357 of file container.hpp.
|
inline |
|
inline |
Definition at line 2394 of file container.hpp.
|
inline |
Definition at line 2289 of file container.hpp.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 2395 of file container.hpp.
|
inline |
Definition at line 2379 of file container.hpp.
|
inline |
Definition at line 2354 of file container.hpp.
|
inline |
Definition at line 2356 of file container.hpp.
|
inline |
|
inline |
Definition at line 2323 of file container.hpp.
|
inline |
Definition at line 2152 of file container.hpp.
|
inline |
Definition at line 2157 of file container.hpp.
|
inline |
Definition at line 2358 of file container.hpp.
|
inline |
Definition at line 2365 of file container.hpp.
|
inline |
Definition at line 2371 of file container.hpp.
|
inline |