NSVD Reader  0.0.1
boost.hpp File Reference

SVD reader with Boost property tree when you use this header,you must add Boost library to include directories. More...

#include <string>
#include <istream>
#include <boost/property_tree/ptree.hpp>
#include <boost/property_tree/xml_parser.hpp>
#include <boost/algorithm/string/trim.hpp>
#include "nodamushi/svd/svd_reader.hpp"

Go to the source code of this file.

Classes

struct  nodamushi::svd::boost_svd_reader
 SVD reader with Boost property tree. More...
 

Namespaces

 nodamushi
 
 nodamushi::svd
 

Detailed Description

SVD reader with Boost property tree when you use this header,you must add Boost library to include directories.

See also
https://www.boost.org/doc/libs/1_65_1/doc/html/property_tree.html

Definition in file boost.hpp.