NSVD Reader  0.0.1
dim_info.hpp File Reference

dimension information More...

#include <cstdint>
#include <ostream>

Go to the source code of this file.

Classes

struct  nodamushi::svd::normalized::dim_info
 dim,dimIndex,array information object. More...
 

Namespaces

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

Enumerations

enum  nodamushi::svd::normalized::dim_type { nodamushi::svd::normalized::dim_type::NON =0, nodamushi::svd::normalized::dim_type::SEQ, nodamushi::svd::normalized::dim_type::ARRAY }
 Array or Sequence or not. More...
 

Functions

ostream & std::operator<< (ostream &o,::nodamushi::svd::normalized::dim_type d)
 
ostream & std::operator<< (ostream &o, const ::nodamushi::svd::normalized::dim_info &d)
 

Detailed Description

dimension information

Definition in file dim_info.hpp.