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

Public Member Functions | |
| template<typename P , typename ERROR > | |
| r (const P &r, const SR &s, const std::string &n, const dim_info &i, ERROR &e) | |
| r (const r &)=default | |
| r (r &&)=default | |
| template<typename ERROR > | |
| void | set_derivedFrom (const r &df, const std::vector< r * > &, ERROR &e) |
| template<typename T > | |
| void | collect_unresolved (std::vector< T * > &v) |
| void | collect_unresolved (std::vector< r * > &v) |
Public Member Functions inherited from nodamushi::svd::normalized::normalizer< STRREF, STR, V >::base< SR > | |
| base (const SR &s, const std::string &n, const dim_info &di) | |
| indicate that the derivedFrom property is resolved More... | |
| base (const SR &s, const std::string &n) | |
| base (const base< SR > &)=default | |
Static Public Member Functions | |
| template<typename T > | |
| static void | print_name (T &o) |
Public Attributes | |
| const p * | parentp |
| const c * | parentc |
| const r * | derivedFrom |
| did_t | last_group_id |
| boxvec< f > | fields |
Public Attributes inherited from nodamushi::svd::normalized::normalizer< STRREF, STR, V >::base< SR > | |
| const SR & | svd |
| std::string | name |
| dim_info | dim |
| bool | resolved |
Definition at line 259 of file normalizer.hpp.
|
inline |
Definition at line 274 of file normalizer.hpp.
|
default |
|
default |
|
inline |
Definition at line 312 of file normalizer.hpp.
|
inline |
Definition at line 317 of file normalizer.hpp.
|
inlinestatic |
Definition at line 262 of file normalizer.hpp.
|
inline |
Definition at line 296 of file normalizer.hpp.
| const r* nodamushi::svd::normalized::normalizer< STRREF, STR, V >::r::derivedFrom |
Definition at line 269 of file normalizer.hpp.
| boxvec<f> nodamushi::svd::normalized::normalizer< STRREF, STR, V >::r::fields |
Definition at line 271 of file normalizer.hpp.
| did_t nodamushi::svd::normalized::normalizer< STRREF, STR, V >::r::last_group_id |
Definition at line 270 of file normalizer.hpp.
| const c* nodamushi::svd::normalized::normalizer< STRREF, STR, V >::r::parentc |
Definition at line 268 of file normalizer.hpp.
| const p* nodamushi::svd::normalized::normalizer< STRREF, STR, V >::r::parentp |
Definition at line 267 of file normalizer.hpp.