|
ViennaGrid - The Vienna Grid Library
2.1.0
|
Base class for all dynamic accessor. More...
#include <accessor.hpp>
Public Types | |
| typedef AccessType | access_type |
| typedef value_type const * | const_pointer |
| typedef value_type const & | const_reference |
| typedef value_type * | pointer |
| typedef value_type & | reference |
| typedef ValueType | value_type |
Public Member Functions | |
| virtual reference | at (access_type const &element)=0 |
| virtual const_reference | at (access_type const &element) const =0 |
| virtual pointer | find (access_type const &) |
| virtual const_pointer | find (access_type const &) const |
| virtual reference | operator() (access_type const &element)=0 |
| virtual const_reference | operator() (access_type const &element) const =0 |
| virtual | ~base_dynamic_accessor () |
Base class for all dynamic accessor.
| ValueType | The data type, e.g. double |
| AccessType | The element for which data is accessed, e.g. a vertex |
| typedef AccessType access_type |
Reimplemented in dynamic_accessor_wrapper< AccessorType >.
| typedef value_type const* const_pointer |
Reimplemented in dynamic_accessor_wrapper< AccessorType >.
| typedef value_type const& const_reference |
Reimplemented in dynamic_accessor_wrapper< AccessorType >.
| typedef value_type* pointer |
Reimplemented in dynamic_accessor_wrapper< AccessorType >.
| typedef value_type& reference |
Reimplemented in dynamic_accessor_wrapper< AccessorType >.
| typedef ValueType value_type |
Reimplemented in dynamic_accessor_wrapper< AccessorType >.
| virtual ~base_dynamic_accessor | ( | ) | [inline, virtual] |
| virtual reference at | ( | access_type const & | element | ) | [pure virtual] |
| virtual const_reference at | ( | access_type const & | element | ) | const [pure virtual] |
| virtual pointer find | ( | access_type const & | ) | [inline, virtual] |
| virtual const_pointer find | ( | access_type const & | ) | const [inline, virtual] |
| virtual reference operator() | ( | access_type const & | element | ) | [pure virtual] |
| virtual const_reference operator() | ( | access_type const & | element | ) | const [pure virtual] |
1.7.6.1