|
NSVD Reader
0.0.1
|
replacing s process support More...
#include <dim_helper.hpp>
Public Member Functions | |
| template<typename NODE > | |
| dim_name_helper (const NODE &n, const STR *string) | |
| operator bool () const noexcept | |
| is_array () const noexcept | |
| is_seq () const noexcept | |
| std::string | operator() (size_t index) const |
Public Attributes | |
| const STR * | str |
| const dimIndex * | dimIndex |
| dim_type | type |
| size_t | first_end |
| size_t | second_begin |
replacing s process support
Definition at line 28 of file dim_helper.hpp.
|
inline |
Definition at line 37 of file dim_helper.hpp.
|
inlinenoexcept |
Definition at line 89 of file dim_helper.hpp.
|
inlinenoexcept |
Definition at line 90 of file dim_helper.hpp.
|
inlinenoexcept |
Definition at line 88 of file dim_helper.hpp.
|
inline |
Definition at line 92 of file dim_helper.hpp.
| const dimIndex* nodamushi::svd::normalized::dim_name_helper< STR >::dimIndex |
Definition at line 31 of file dim_helper.hpp.
| size_t nodamushi::svd::normalized::dim_name_helper< STR >::first_end |
Definition at line 33 of file dim_helper.hpp.
| size_t nodamushi::svd::normalized::dim_name_helper< STR >::second_begin |
Definition at line 34 of file dim_helper.hpp.
| const STR* nodamushi::svd::normalized::dim_name_helper< STR >::str |
Definition at line 30 of file dim_helper.hpp.
| dim_type nodamushi::svd::normalized::dim_name_helper< STR >::type |
Definition at line 32 of file dim_helper.hpp.