JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Classes | Functions
uid.h File Reference
#include "optional.h"
#include "pluginterfaces/base/funknown.h"
#include <string>

Go to the source code of this file.

Classes

struct  VST3::UID
 

Functions

bool VST3::operator== (const UID &uid1, const UID &uid2)
 
bool VST3::operator!= (const UID &uid1, const UID &uid2)
 
bool VST3::operator< (const UID &uid1, const UID &uid2)
 

Function Documentation

◆ operator!=()

bool VST3::operator!= ( const UID uid1,
const UID uid2 
)

Definition at line 97 of file uid.h.

◆ operator<()

bool VST3::operator< ( const UID uid1,
const UID uid2 
)

Definition at line 103 of file uid.h.

◆ operator==()

bool VST3::operator== ( const UID uid1,
const UID uid2 
)

Definition at line 89 of file uid.h.