Vuo  2.0.0
Public Member Functions | Public Attributes | List of all members
VuoOscOutputIdentifier Class Reference

Description

Enable VuoOscOutputDevice to be used in std::map.

Definition at line 540 of file VuoOsc.cc.

Public Member Functions

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

Public Attributes

VuoOscOutputDevice device
 The output device. More...
 

Constructor & Destructor Documentation

◆ VuoOscOutputIdentifier()

VuoOscOutputIdentifier::VuoOscOutputIdentifier ( VuoOscOutputDevice  _device)
inline

Creates an output device wrapper.

Definition at line 548 of file VuoOsc.cc.

Member Function Documentation

◆ operator<()

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.

Definition at line 557 of file VuoOsc.cc.

Member Data Documentation

◆ device

VuoOscOutputDevice VuoOscOutputIdentifier::device

The output device.

Definition at line 543 of file VuoOsc.cc.


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