NSVD Reader  0.0.1
node.hpp
Go to the documentation of this file.
1 
5 #ifndef __NODAMUSHI_SVD_NODE_HPP__
6 #define __NODAMUSHI_SVD_NODE_HPP__
7 
8 # include <type_traits>
9 # include <vector>
10 # include "nodamushi/string_type.hpp"
11 # include "nodamushi/box.hpp"
12 
13 namespace nodamushi{
14 namespace svd{
15 
16 struct svd_node{};// this class must be POD class
17 
18 }}// end namespace nodamushi::svd
19 
20 #endif // __NODAMUSHI_SVD_NODE_HPP__
C++17/14 string type.
box.std::unique_ptr wrapper