Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 32 of file disarray_store.h.
Public Types | |
typedef std::iterator_traits< OutputRandomIterator >::value_type | T |
typedef std::pair< Size, T > | data_type |
Public Member Functions | |
void | operator() (const std::pair< Size, T > &val) |
Size | n_new_entry () const |
disarray_store (OutputRandomIterator x, SetOp op) | |
Public Attributes | |
OutputRandomIterator | _x |
SetOp | _op |
typedef std::iterator_traits<OutputRandomIterator>::value_type T |
Definition at line 33 of file disarray_store.h.
typedef std::pair<Size,T> data_type |
Definition at line 34 of file disarray_store.h.
disarray_store | ( | OutputRandomIterator | x, |
SetOp | op | ||
) |
Definition at line 37 of file disarray_store.h.
void operator() | ( | const std::pair< Size, T > & | val | ) |
Definition at line 35 of file disarray_store.h.
Size n_new_entry | ( | ) | const |
Definition at line 36 of file disarray_store.h.
OutputRandomIterator _x |
Definition at line 38 of file disarray_store.h.
SetOp _op |
Definition at line 39 of file disarray_store.h.