SPAOP
|
A lowrappers::Message object that holds additional information about its destination OSC path. More...
#include <MessageWithPath.h>
Public Member Functions | |
MessageWithPath (const std::string &path) | |
Constructor. More... | |
virtual | ~MessageWithPath () |
Destructor. More... | |
MessageWithPath (const MessageWithPath &other) | |
Copy constructor. More... | |
const std::string & | path () const |
Returns the OSC path to which this message shall be sent. More... | |
A lowrappers::Message object that holds additional information about its destination OSC path.
wonderlo::MessageWithPath::MessageWithPath | ( | const std::string & | path | ) |
Constructor.
path | The OSC path to which this message shall be sent. |
|
virtual |
Destructor.
wonderlo::MessageWithPath::MessageWithPath | ( | const MessageWithPath & | other | ) |
Copy constructor.
Creates a copy of this message.
const std::string & wonderlo::MessageWithPath::path | ( | ) | const |
Returns the OSC path to which this message shall be sent.