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

Public Member Functions | |
| template<typename ERROR > | |
| p (const d &r, const SP &s, const std::string &n, const dim_info &i, ERROR &e) | |
| p (const p &)=default | |
| p (p &&)=default | |
| template<typename ERROR > | |
| void | set_derivedFrom (const p &df, std::vector< p * > &, ERROR &e) |
| template<typename T > | |
| void | collect_unresolved (std::vector< T * > &v) |
| void | collect_unresolved (std::vector< p * > &v) |
Public Member Functions inherited from nodamushi::svd::normalized::normalizer< STRREF, STR, V >::base< SP > | |
| base (const SP &s, const std::string &n, const dim_info &di) | |
| indicate that the derivedFrom property is resolved More... | |
| base (const SP &s, const std::string &n) | |
| base (const base< SP > &)=default | |
Static Public Member Functions | |
| template<typename T > | |
| static void | print_name (T &o) |
Public Attributes | |
| const d * | parent |
| const p * | derivedFrom |
| did_t | last_group_id |
| boxvec< r > | registers |
| boxvec< c > | clusters |
Public Attributes inherited from nodamushi::svd::normalized::normalizer< STRREF, STR, V >::base< SP > | |
| const SP & | svd |
| std::string | name |
| dim_info | dim |
| bool | resolved |
Definition at line 416 of file normalizer.hpp.
|
inline |
Definition at line 431 of file normalizer.hpp.
|
default |
|
default |
|
inline |
Definition at line 489 of file normalizer.hpp.
|
inline |
Definition at line 496 of file normalizer.hpp.
|
inlinestatic |
Definition at line 419 of file normalizer.hpp.
|
inline |
Definition at line 468 of file normalizer.hpp.
| boxvec<c> nodamushi::svd::normalized::normalizer< STRREF, STR, V >::p::clusters |
Definition at line 428 of file normalizer.hpp.
| const p* nodamushi::svd::normalized::normalizer< STRREF, STR, V >::p::derivedFrom |
Definition at line 425 of file normalizer.hpp.
| did_t nodamushi::svd::normalized::normalizer< STRREF, STR, V >::p::last_group_id |
Definition at line 426 of file normalizer.hpp.
| const d* nodamushi::svd::normalized::normalizer< STRREF, STR, V >::p::parent |
Definition at line 424 of file normalizer.hpp.
| boxvec<r> nodamushi::svd::normalized::normalizer< STRREF, STR, V >::p::registers |
Definition at line 427 of file normalizer.hpp.