|
Leosac
0.7.0
OpenSourceAccessControl
|
#include "exception/leosacexception.hpp"#include "tools/log.hpp"#include <boost/property_tree/ptree.hpp>#include <map>#include <memory>#include <string>#include <vector>#include <zmqpp/zmqpp.hpp>
Include dependency graph for ConfigManager.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Leosac::ConfigManager |
| That class helps manage the configuration for the application and its module. More... | |
Namespaces | |
| Leosac | |
| This is the header file for a generated source file, GitSHA1.cpp. | |
Functions | |
| zmqpp::message & | operator>> (zmqpp::message &msg, Leosac::ConfigManager::ConfigFormat &fmt) |
| zmqpp::message & | operator<< (zmqpp::message &msg, const Leosac::ConfigManager::ConfigFormat &fmt) |
| zmqpp::message& operator<< | ( | zmqpp::message & | msg, |
| const Leosac::ConfigManager::ConfigFormat & | fmt | ||
| ) |
Definition at line 155 of file ConfigManager.cpp.
| zmqpp::message& operator>> | ( | zmqpp::message & | msg, |
| Leosac::ConfigManager::ConfigFormat & | fmt | ||
| ) |
Definition at line 142 of file ConfigManager.cpp.