NSVD Reader
0.0.1
hex.hpp
Go to the documentation of this file.
1
5
/*
6
* These codes are licensed under CC0.
7
* http://creativecommons.org/publicdomain/zero/1.0/
8
*/
9
#ifndef __NODAMUSHI_SVD_VATTR_HEX_HPP__
10
#define __NODAMUSHI_SVD_VATTR_HEX_HPP__
11
12
# include <type_traits>
13
# include "
nodamushi/svd/vattr.hpp
"
14
namespace
nodamushi
{
15
namespace
svd{
16
20
struct
hex;
21
25
using
hex64
=
vattr<uint64_t,hex>
;
29
using
hex32
=
vattr<uint32_t,hex>
;
33
using
hex16
=
vattr<uint16_t,hex>
;
37
using
hex8
=
vattr<uint8_t,hex>
;
38
39
40
}
// end namespace svd
41
}
// end namespace nodamushi
42
43
#endif // __NODAMUSHI_SVD_HEX_NODAMUSHI_VATTR_SVD_HPP__
nodamushi::svd::vattr
Definition:
vattr.hpp:29
nodamushi
Definition:
box.hpp:14
vattr.hpp
value attriubte
include
nodamushi
svd
vattr
hex.hpp
Generated by
1.8.15