Ariles
common.h
Go to the documentation of this file.
1 /**
2  @file
3  @author Alexander Sherikov
4 
5  @copyright 2017-2020 Alexander Sherikov, Licensed under the Apache License, Version 2.0.
6  (see @ref LICENSE or http://www.apache.org/licenses/LICENSE-2.0)
7 
8  @brief
9 */
10 
11 #pragma once
12 
13 
15 #include <boost/lexical_cast.hpp>
16 #include <pugixml.hpp>
17 
18 namespace ariles
19 {
20  namespace ns_pugixml
21  {
23  }
24 } // namespace ariles
ariles::Node< pugi::xml_node > NodeWrapper
Definition: common.h:22
Definition: basic.h:17