|
Base Module
VST 3.6.6
SDK for developing VST Plug-in
|
#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 | |
| T | data |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| T data |