Scarab  v1.6.0
Project 8 C++ Utility Library
global_config.cc
Go to the documentation of this file.
1 /*
2  * global_config.cc
3  *
4  * Created on: Aug 25, 2016
5  * Author: nsoblath
6  */
7 
8 #include "global_config.hh"
9 
10 namespace scarab
11 {
12 
13  void global_config::set_config( const param_node& a_config )
14  {
15  f_config = a_config;
16  }
17 
19  {
20  return f_config;
21  }
22 
25  f_config()
26  {
27  }
28 
30  {
31  }
32 
33 } /* namespace scarab */
const param_node & retrieve() const
void set_config(const param_node &a_config)