Leosac  0.8.0
Open Source Access Control
ConfigManager.hpp File Reference
#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)
 

Function Documentation

◆ operator<<()

zmqpp::message& operator<< ( zmqpp::message &  msg,
const Leosac::ConfigManager::ConfigFormat fmt 
)

Definition at line 155 of file ConfigManager.cpp.

◆ operator>>()

zmqpp::message& operator>> ( zmqpp::message &  msg,
Leosac::ConfigManager::ConfigFormat fmt 
)

Definition at line 142 of file ConfigManager.cpp.