logconfigApi.h File Reference
#include <boost/function.hpp>
#include <boost/system/error_code.hpp>
#include <boost/shared_ptr.hpp>
#include <unordered_map>
#include <vector>
Include dependency graph for logconfigApi.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  App
 
class  LogConfig
 This class is used to modify the log configuration. More...
 

Namespaces

 dpyLogconfig
 Deepsy LogConfig namespace that includes the different enums, structs or method signatures that should be used.
 

Typedefs

typedef boost::function< void(const bool &available)> service_availability_handler
 Prototype of the handler function used to monitor service availability. More...
 
typedef boost::function< void(boost::system::error_code error_code)> answer_pm_handler_function
 Handler for answer function callback. More...
 
typedef boost::function< void(boost::system::error_code error_code, std::vector< App > apps)> list_handler_function
 Handler for answer function callback. More...
 

Detailed Description

Class which interfaces with the API logic