#include <grid-function-hash.h>
Inheritance diagram for grid_function_hash:
Public Types | |
typedef element_traits< E > | et1 |
typedef et1::ElementIterator | ElementIterator |
Public Methods | |
grid_function_hash () | |
grid_function_hash (const grid_type &gg) | |
grid_function_hash (const grid_type &gg, const T &t) | |
const T & | operator() (const E &e) const |
T & | operator[] (const E &e) |
Definition at line 149 of file grid-function-hash.h.