defTypes.h
Go to the documentation of this file.
93 typedef boost::function<void(const std::string&, const std::string&, int, int)> f_proto_message_new;
109 typedef boost::function<void(const std::string&, const std::string&, boost::any, int)> f_proto_message_handler;
boost::function< void(const std::string &, const std::string &, int, int)> f_proto_message_new
Lambda function to be called depending on the message received.
Definition: defTypes.h:93
std::map< uint64_t, f_proto_message_noID_messID > map_proto_register_noID_messID
Map to keep functions with a type of message associated.
Definition: defTypes.h:84
boost::function< void(const std::string &)> f_proto_message_noID
Lambda function to be called depending on the message received.
Definition: defTypes.h:64
std::map< int, message > map_messages
Map to keep messages structs (second) with an ID (first) associated.
Definition: defTypes.h:126
boost::function< void(const std::string &, std::string)> f_proto_message
Lambda function to be called depending on the message received.
Definition: defTypes.h:37
std::map< uint64_t, f_proto_message_new > map_proto_register_new
Map to keep functions with a type of message associated.
Definition: defTypes.h:100
std::map< uint64_t, f_proto_message > map_proto_register
Map to keep functions with a type of message associated.
Definition: defTypes.h:44
std::map< uint64_t, f_proto_message_handler > map_proto_register_handler
Map to keep functions with a type of message associated.
Definition: defTypes.h:116
std::map< uint64_t, f_proto_message_noID > map_proto_register_noID
Map to keep functions with a type of message associated.
Definition: defTypes.h:71
std::map< uint64_t, f_proto_message_messID > map_proto_register_messID
Map to keep functions with a type of message associated.
Definition: defTypes.h:57
boost::function< void(const std::string &, int id)> f_proto_message_noID_messID
Lambda function to be called depending on the message received.
Definition: defTypes.h:77
boost::function< void(const std::string &, std::string, int id)> f_proto_message_messID
Lambda function to be called depending on the message received.
Definition: defTypes.h:50
std::map< int, std::string > map_messages_string
Map to keep messages (second) with an ID (first) associated when the sender ID is not needed...
Definition: defTypes.h:131
boost::function< void(const std::string &, const std::string &, boost::any, int)> f_proto_message_handler
Lambda function to be called depending on the message received.
Definition: defTypes.h:109
std::function< void(int id_message)> dpy_mw_routerHandlerFunc_t
Handler function.
Definition: defTypes.h:121