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

Public Member Functions | |
| e (const f &r, const SE &s) | |
| e (const e &)=default | |
| e (e &&)=default | |
| template<typename ERROR > | |
| void | set_derivedFrom (const e &df, const std::vector< e * > &, ERROR &e) |
| template<typename T > | |
| void | collect_unresolved (std::vector< T * > &v) |
| void | collect_unresolved (std::vector< e * > &v) |
Public Member Functions inherited from nodamushi::svd::normalized::normalizer< STRREF, STR, V >::base< SE > | |
| base (const SE &s, const std::string &n, const dim_info &di) | |
| indicate that the derivedFrom property is resolved More... | |
| base (const SE &s, const std::string &n) | |
| base (const base< SE > &)=default | |
Static Public Member Functions | |
| template<typename T > | |
| static void | print_name (T &o) |
Public Attributes | |
| const f * | parent |
| const e * | derivedFrom |
Public Attributes inherited from nodamushi::svd::normalized::normalizer< STRREF, STR, V >::base< SE > | |
| const SE & | svd |
| std::string | name |
| dim_info | dim |
| bool | resolved |
Definition at line 184 of file normalizer.hpp.
|
inline |
Definition at line 194 of file normalizer.hpp.
|
default |
|
default |
|
inline |
Definition at line 206 of file normalizer.hpp.
|
inline |
Definition at line 207 of file normalizer.hpp.
|
inlinestatic |
Definition at line 187 of file normalizer.hpp.
|
inline |
Definition at line 200 of file normalizer.hpp.
| const e* nodamushi::svd::normalized::normalizer< STRREF, STR, V >::e::derivedFrom |
Definition at line 192 of file normalizer.hpp.
| const f* nodamushi::svd::normalized::normalizer< STRREF, STR, V >::e::parent |
Definition at line 191 of file normalizer.hpp.