A wrapper for the accessor in viennashe, in order for them to be suitable for viennagrid. More...
#include <add_to_writer.hpp>
Public Types | |
typedef ValueT | value_type |
Public Member Functions | |
viennagrid_accessor_wrapper (AccessorT acc) | |
viennagrid_accessor_wrapper (viennagrid_accessor_wrapper const &o) | |
template<typename ElementT > | |
value_type const & | at (ElementT const &el) const |
template<typename ElementT > | |
value_type const & | operator() (ElementT const &el) const |
template<typename ElementT > | |
value_type const * | find (ElementT const &el) const |
A wrapper for the accessor in viennashe, in order for them to be suitable for viennagrid.
Definition at line 46 of file add_to_writer.hpp.
typedef ValueT viennashe::io::detail::viennagrid_accessor_wrapper< AccessorT, ValueT >::value_type |
Definition at line 49 of file add_to_writer.hpp.
|
inline |
Definition at line 51 of file add_to_writer.hpp.
|
inline |
Definition at line 52 of file add_to_writer.hpp.
|
inline |
Definition at line 55 of file add_to_writer.hpp.
|
inline |
Definition at line 71 of file add_to_writer.hpp.
|
inline |
Definition at line 63 of file add_to_writer.hpp.