Leosac
0.8.0
Open Source Access Control
|
#include "ConfigManager.hpp"
#include "core/kernel.hpp"
#include "tools/PropertyTreeExtractor.hpp"
#include "tools/XmlPropertyTree.hpp"
#include "tools/log.hpp"
#include <boost/archive/binary_iarchive.hpp>
#include <boost/archive/text_iarchive.hpp>
#include <boost/property_tree/ptree_serialization.hpp>
Go to the source code of this file.
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.