Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 43 of file disarray_store.h.
Public Types | |
typedef std::iterator_traits< OutputRandomIterator >::value_type | T |
typedef T::value_type | U |
typedef std::pair< Size, U > | data_type |
Public Member Functions | |
void | operator() (const std::pair< Size, U > &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 44 of file disarray_store.h.
typedef T::value_type U |
Definition at line 45 of file disarray_store.h.
typedef std::pair<Size,U> data_type |
Definition at line 46 of file disarray_store.h.
disarray_store | ( | OutputRandomIterator | x, |
SetOp | op | ||
) |
Definition at line 51 of file disarray_store.h.
void operator() | ( | const std::pair< Size, U > & | val | ) |
Definition at line 47 of file disarray_store.h.
Size n_new_entry | ( | ) | const |
Definition at line 50 of file disarray_store.h.
OutputRandomIterator _x |
Definition at line 52 of file disarray_store.h.
SetOp _op |
Definition at line 53 of file disarray_store.h.