|
NSVD Reader
0.0.1
|
#include <normalized_visitor.hpp>
Classes | |
| struct | __dummy_visitor_ |
Public Types | |
| using | this_t = normvisitor< VISITOR > |
| using | result = ::nodamushi::visitor::result |
Static Public Member Functions | |
| template<typename T > | |
| static result | visit (T &t) |
| template<typename T > | |
| static result | visit (T &t, VISITOR &v) |
| template<typename T > | |
| static result | handleVisit (T &t) |
| template<typename T > | |
| static result | handleVisit (T &t, VISITOR &v) |
| template<typename T > | |
| static result | apply (T &t, VISITOR &v) |
| template<typename T > | |
| static result | apply (T &t, __dummy_visitor_ &v) |
Definition at line 183 of file normalized_visitor.hpp.
| using nodamushi::svd::normalized::normvisitor< VISITOR >::result = ::nodamushi::visitor::result |
Definition at line 188 of file normalized_visitor.hpp.
| using nodamushi::svd::normalized::normvisitor< VISITOR >::this_t = normvisitor<VISITOR> |
Definition at line 187 of file normalized_visitor.hpp.
|
inlinestatic |
Definition at line 220 of file normalized_visitor.hpp.
|
inlinestatic |
Definition at line 226 of file normalized_visitor.hpp.
|
inlinestatic |
Definition at line 204 of file normalized_visitor.hpp.
|
inlinestatic |
Definition at line 213 of file normalized_visitor.hpp.
|
inlinestatic |
Definition at line 191 of file normalized_visitor.hpp.
|
inlinestatic |
Definition at line 197 of file normalized_visitor.hpp.