Leosac
0.8.0
Open Source Access Control
|
#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>
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.