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

Public Member Functions | |
| template<typename P , typename ERROR > | |
| c (const P &r, const SC &s, const std::string &n, const dim_info &i, ERROR &e) | |
| c (const c &)=default | |
| c (c &&)=default | |
| template<typename ERROR > | |
| void | set_derivedFrom (const c &df, std::vector< c * > &unresolved, ERROR &e) |
| template<typename T > | |
| void | collect_unresolved (std::vector< T * > &v) |
| void | collect_unresolved (std::vector< c * > &v) |
Public Member Functions inherited from nodamushi::svd::normalized::normalizer< STRREF, STR, V >::base< SC > | |
| base (const SC &s, const std::string &n, const dim_info &di) | |
| indicate that the derivedFrom property is resolved More... | |
| base (const SC &s, const std::string &n) | |
| base (const base< SC > &)=default | |
Static Public Member Functions | |
| template<typename T > | |
| static void | print_name (T &o) |
Public Attributes | |
| const p * | parentp |
| const c * | parentc |
| const c * | derivedFrom |
| did_t | last_group_id |
| boxvec< r > | registers |
| boxvec< c > | clusters |
Public Attributes inherited from nodamushi::svd::normalized::normalizer< STRREF, STR, V >::base< SC > | |
| const SC & | svd |
| std::string | name |
| dim_info | dim |
| bool | resolved |
Definition at line 323 of file normalizer.hpp.
|
inline |
Definition at line 339 of file normalizer.hpp.
|
default |
|
default |
|
inline |
Definition at line 400 of file normalizer.hpp.
|
inline |
Definition at line 407 of file normalizer.hpp.
|
inlinestatic |
Definition at line 326 of file normalizer.hpp.
|
inline |
Definition at line 374 of file normalizer.hpp.
| boxvec<c> nodamushi::svd::normalized::normalizer< STRREF, STR, V >::c::clusters |
Definition at line 336 of file normalizer.hpp.
| const c* nodamushi::svd::normalized::normalizer< STRREF, STR, V >::c::derivedFrom |
Definition at line 333 of file normalizer.hpp.
| did_t nodamushi::svd::normalized::normalizer< STRREF, STR, V >::c::last_group_id |
Definition at line 334 of file normalizer.hpp.
| const c* nodamushi::svd::normalized::normalizer< STRREF, STR, V >::c::parentc |
Definition at line 332 of file normalizer.hpp.
| const p* nodamushi::svd::normalized::normalizer< STRREF, STR, V >::c::parentp |
Definition at line 331 of file normalizer.hpp.
| boxvec<r> nodamushi::svd::normalized::normalizer< STRREF, STR, V >::c::registers |
Definition at line 335 of file normalizer.hpp.