Base Module  VST 3.6.5
SDK for developing VST Plug-in
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Types | Public Member Functions | Data Fields
TSortable< T, CompareFunc > Class Template Reference

#include <fcontainer.h>

Public Types

typedef const TSortable< T,
CompareFunc > 
ConstRef
 

Public Member Functions

 TSortable (const T &d)
 
 TSortable (const TSortable &s)
 
bool operator== (ConstRef &other) const
 
bool operator!= (ConstRef &other) const
 
bool operator> (ConstRef &other) const
 
bool operator< (ConstRef &other) const
 
bool operator<= (ConstRef &other) const
 
bool operator>= (ConstRef &other) const
 

Data Fields

data
 

Member Typedef Documentation

typedef const TSortable<T, CompareFunc> ConstRef

Constructor & Destructor Documentation

TSortable ( const T &  d)
inline
TSortable ( const TSortable< T, CompareFunc > &  s)
inline

Member Function Documentation

bool operator== ( ConstRef other) const
inline
bool operator!= ( ConstRef other) const
inline
bool operator> ( ConstRef other) const
inline
bool operator< ( ConstRef other) const
inline
bool operator<= ( ConstRef other) const
inline
bool operator>= ( ConstRef other) const
inline

Field Documentation

T data
Empty

Copyright ©2015 Steinberg Media Technologies GmbH. All Rights Reserved.