NSVD Reader  0.0.1
dim_helper.hpp File Reference

names,dispalyNames->name0,displayName1 More...

Go to the source code of this file.

Classes

struct  nodamushi::svd::normalized::dim_name_helper< STR >
 replacing s process support More...
 
struct  nodamushi::svd::normalized::dim_helper< NODE >
 

Namespaces

 nodamushi
 
 nodamushi::svd
 
 nodamushi::svd::normalized
 

Functions

template<typename NODE >
size_t nodamushi::svd::normalized::get_dim_count (const NODE &n)
 get dim size. when dim is empty return 1. More...
 
template<typename NODE >
auto nodamushi::svd::normalized::make_dim_name_helper (const NODE &n) -> dim_name_helper< typename decltype(n.name)::type >
 
template<typename NODE >
auto nodamushi::svd::normalized::make_dim_displayName_helper (const NODE &n) -> dim_name_helper< typename decltype(n.displayName)::type >
 
template<typename NODE >
dim_helper< NODE > nodamushi::svd::normalized::make_dim_helper (const NODE &n)
 
template<typename NODELIST >
size_t nodamushi::svd::normalized::calcChildrenSize (const NODELIST &list)
 

Detailed Description

names,dispalyNames->name0,displayName1

Definition in file dim_helper.hpp.