Ariles
yaml_cpp.h
Go to the documentation of this file.
1 /**
2  @file
3  @author Alexander Sherikov
4  @copyright
5 
6  @brief
7 */
8 
9 #pragma once
10 
11 #define ARILES_BRIDGE_INCLUDED_yaml_cpp
12 
14 
15 namespace ariles
16 {
17  namespace bridge
18  {
19  namespace yaml_cpp = ariles::ns_yaml_cpp;
20  }
21 } // namespace ariles
Definition: basic.h:17