NSVD Reader
0.0.1
create.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_CREATE_HPP__
10
#define __NODAMUSHI_SVD_CREATE_HPP__
11
12
namespace
nodamushi
{
13
namespace
svd{
14
16
template
<
typename
SVD,
typename
T>
bool
create
(SVD& svd,T& d);
17
18
}
// end namespace svd
19
}
// end namespace nodamushi
20
21
#endif // __NODAMUSHI_SVD_CREATE_HPP__
nodamushi::svd::create
bool create(SVD &svd, AddressBlock &d)
build AddressBlock
Definition:
AddressBlock.hpp:47
nodamushi
Definition:
box.hpp:14
include
nodamushi
svd
create.hpp
Generated by
1.8.15