21 #ifndef MESSAGE_H_INCLUDED
22 #define MESSAGE_H_INCLUDED
27 namespace lowrappers {
61 void add(
const std::string types, ...);
73 void addVAList(
const std::string &types, va_list args);
83 #endif // MESSAGE_H_INCLUDED
A wrapper of Liblo's lo_message.
Definition: Message.h:33
void add(const std::string types,...)
Adds content to the message.
Definition: Message.cpp:40
virtual ~Message()
Destructor.
Definition: Message.cpp:30
A wrapper for Liblo's lo_address.
Definition: Address.h:35
Message()
Constructor.
Definition: Message.cpp:25
void addVAList(const std::string &types, va_list args)
Adds content to the message.
Definition: Message.cpp:52