Vuo  1.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
VuoOscOutputIdentifier Class Reference

Description

Enable VuoOscOutputDevice to be used in std::map.

Public Member Functions

 VuoOscOutputIdentifier (VuoOscOutputDevice _device)
 Creates an output device wrapper.
 
bool operator< (const VuoOscOutputIdentifier &other) const
 Returns true if this device should be sorted before the other device.
 

Public Attributes

VuoOscOutputDevice device
 The output device.
 

Constructor & Destructor Documentation

VuoOscOutputIdentifier::VuoOscOutputIdentifier ( VuoOscOutputDevice  _device)
inline

Creates an output device wrapper.

Member Function Documentation

bool VuoOscOutputIdentifier::operator< ( const VuoOscOutputIdentifier other) const
inline

Returns true if this device should be sorted before the other device.

Enables using this class with std::map.

Member Data Documentation

VuoOscOutputDevice VuoOscOutputIdentifier::device

The output device.


The documentation for this class was generated from the following file: