|
Base Module
VST 3.6.6
SDK for developing VST Plug-in
|
#include <fcontainer.h>
Public Types | |
| typedef const TSortablePtr< T, CompareFunc > | ConstRef |
Public Member Functions | |
| TSortablePtr (T *d=0) | |
| TSortablePtr (const TSortablePtr &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 |
| operator T * () const | |
| T * | operator-> () const |
| const TSortablePtr & | operator= (T *_ptr) |
Protected Attributes | |
| T * | ptr |
| typedef const TSortablePtr<T, CompareFunc> ConstRef |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |