|
NSVD Reader
0.0.1
|
#include <normalizer.hpp>
Public Member Functions | |
| base (const SVD &s, const std::string &n, const dim_info &di) | |
| indicate that the derivedFrom property is resolved More... | |
| base (const SVD &s, const std::string &n) | |
| base (const base< SVD > &)=default | |
Public Attributes | |
| const SVD & | svd |
| std::string | name |
| dim_info | dim |
| bool | resolved |
Definition at line 88 of file normalizer.hpp.
|
inline |
indicate that the derivedFrom property is resolved
Definition at line 94 of file normalizer.hpp.
|
inline |
Definition at line 99 of file normalizer.hpp.
|
default |
| dim_info nodamushi::svd::normalized::normalizer< STRREF, STR, V >::base< SVD >::dim |
Definition at line 92 of file normalizer.hpp.
| std::string nodamushi::svd::normalized::normalizer< STRREF, STR, V >::base< SVD >::name |
Definition at line 91 of file normalizer.hpp.
| bool nodamushi::svd::normalized::normalizer< STRREF, STR, V >::base< SVD >::resolved |
Definition at line 93 of file normalizer.hpp.
| const SVD& nodamushi::svd::normalized::normalizer< STRREF, STR, V >::base< SVD >::svd |
Definition at line 90 of file normalizer.hpp.