Choreonoid  1.8
AppConfig.h
Go to the documentation of this file.
1 
5 #ifndef CNOID_BASE_APP_CONFIG_H
6 #define CNOID_BASE_APP_CONFIG_H
7 
8 #include <string>
9 #include <cnoid/ValueTree>
10 #include "exportdecl.h"
11 
12 namespace cnoid {
13 
14 class CNOID_EXPORT AppConfig
15 {
16 public:
17  static bool initialize(const std::string& application, const std::string& organization);
18  static Mapping* archive();
19  static bool flush();
20 };
21 
22 }
23 
24 #endif
cnoid::Mapping
Definition: ValueTree.h:253
cnoid
Definition: AbstractSceneLoader.h:11
cnoid::AppConfig
Definition: AppConfig.h:14