|
NSVD Reader
0.0.1
|
#include <normalizer.hpp>

Public Member Functions | |
| template<typename ERROR > | |
| f (const r &r, const SF &s, const std::string &n, const dim_info &i, ERROR &e) | |
| f (const f &)=default | |
| f (f &&)=default | |
| template<typename ERROR > | |
| void | set_derivedFrom (const f &df, const std::vector< f * > &, ERROR &e) |
| template<typename T > | |
| void | collect_unresolved (std::vector< T * > &v) |
| void | collect_unresolved (std::vector< f * > &v) |
Public Member Functions inherited from nodamushi::svd::normalized::normalizer< STRREF, STR, V >::base< SF > | |
| base (const SF &s, const std::string &n, const dim_info &di) | |
| indicate that the derivedFrom property is resolved More... | |
| base (const SF &s, const std::string &n) | |
| base (const base< SF > &)=default | |
Static Public Member Functions | |
| template<typename T > | |
| static void | print_name (T &o) |
Public Attributes | |
| const r * | parent |
| const f * | derivedFrom |
| boxvec< e > | enumeratedValues |
Public Attributes inherited from nodamushi::svd::normalized::normalizer< STRREF, STR, V >::base< SF > | |
| const SF & | svd |
| std::string | name |
| dim_info | dim |
| bool | resolved |
Definition at line 213 of file normalizer.hpp.
|
inline |
Definition at line 226 of file normalizer.hpp.
|
default |
|
default |
|
inline |
Definition at line 251 of file normalizer.hpp.
|
inline |
Definition at line 253 of file normalizer.hpp.
|
inlinestatic |
Definition at line 216 of file normalizer.hpp.
|
inline |
Definition at line 240 of file normalizer.hpp.
| const f* nodamushi::svd::normalized::normalizer< STRREF, STR, V >::f::derivedFrom |
Definition at line 222 of file normalizer.hpp.
| boxvec<e> nodamushi::svd::normalized::normalizer< STRREF, STR, V >::f::enumeratedValues |
Definition at line 223 of file normalizer.hpp.
| const r* nodamushi::svd::normalized::normalizer< STRREF, STR, V >::f::parent |
Definition at line 221 of file normalizer.hpp.