![]() |
INMOST
Mathematical Modelling Toolkit
|
#include <container.hpp>
Classes | |
struct | pair_t |
Public Types | |
typedef unsigned | enumerate |
typedef struct INMOST::sparse_data::pair_t | pair |
typedef pair * | iterator |
typedef const iterator | const_iterator |
Public Member Functions | |
void | swap (sparse_data< IndType, ValType > &other) |
void | reserve (enumerate size) |
iterator | lower_bound (IndType ind) |
iterator | find (IndType ind) |
iterator | insert (iterator pos, const IndType &x) |
void | push_back (const pair &in) |
iterator | erase (iterator pos) |
sparse_data (pair *first, pair *last) | |
sparse_data () | |
sparse_data (const sparse_data &other) | |
~sparse_data () | |
sparse_data & | operator= (sparse_data const &other) |
ValType & | operator[] (IndType row) |
ValType | operator[] (IndType row) const |
enumerate | size () const |
bool | empty () const |
iterator | begin () |
const_iterator | begin () const |
iterator | end () |
const_iterator | end () const |
void | clear () |
enumerate | capacity () |
Static Public Attributes | |
static const enumerate | prealloc = 4 |
Definition at line 959 of file container.hpp.
typedef const iterator INMOST::sparse_data< IndType, ValType >::const_iterator |
Definition at line 972 of file container.hpp.
typedef unsigned INMOST::sparse_data< IndType, ValType >::enumerate |
Definition at line 962 of file container.hpp.
typedef pair* INMOST::sparse_data< IndType, ValType >::iterator |
Definition at line 971 of file container.hpp.
typedef struct INMOST::sparse_data::pair_t INMOST::sparse_data< IndType, ValType >::pair |
|
inline |
Definition at line 1073 of file container.hpp.
|
inline |
Definition at line 1097 of file container.hpp.
|
inline |
Definition at line 1106 of file container.hpp.
|
inline |
|
inline |
|
inline |
Definition at line 1148 of file container.hpp.
|
inline |
Definition at line 1158 of file container.hpp.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 1150 of file container.hpp.
|
inline |
Definition at line 1064 of file container.hpp.
|
inline |
|
inline |
Definition at line 1044 of file container.hpp.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 1056 of file container.hpp.
|
inline |
Definition at line 1008 of file container.hpp.
|
inline |
|
inline |
Definition at line 996 of file container.hpp.
|
static |
Definition at line 963 of file container.hpp.