SPAOP
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
wonderlo::MessageWithPath Class Reference

A lowrappers::Message object that holds additional information about its destination OSC path. More...

#include <MessageWithPath.h>

Inheritance diagram for wonderlo::MessageWithPath:
Inheritance graph
[legend]
Collaboration diagram for wonderlo::MessageWithPath:
Collaboration graph
[legend]

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...
 
- Public Member Functions inherited from lowrappers::Message
 Message ()
 Constructor. More...
 
virtual ~Message ()
 Destructor. More...
 
 Message (const Message &other)
 Copy constructor. More...
 
void add (const std::string types,...)
 Adds content to the message. More...
 
void addVAList (const std::string &types, va_list args)
 Adds content to the message. More...
 

Detailed Description

A lowrappers::Message object that holds additional information about its destination OSC path.

Constructor & Destructor Documentation

wonderlo::MessageWithPath::MessageWithPath ( const std::string &  path)

Constructor.

Parameters
pathThe OSC path to which this message shall be sent.
wonderlo::MessageWithPath::~MessageWithPath ( )
virtual

Destructor.

wonderlo::MessageWithPath::MessageWithPath ( const MessageWithPath other)

Copy constructor.

Creates a copy of this message.

Member Function Documentation

const std::string & wonderlo::MessageWithPath::path ( ) const

Returns the OSC path to which this message shall be sent.

Returns
The OSC path to which this message shall be sent.