|
Base Module
VST 3.6.6
SDK for developing VST Plug-in
|
#include <fcontainer.h>
Inheritance diagram for ISortablePtr< T, CompareFunc >:Public Types | |
| typedef const ISortablePtr< T, CompareFunc > | ConstRef |
Public Member Functions | |
| ISortablePtr (T *_ptr) | |
| ISortablePtr (const ISortablePtr &p) | |
| ISortablePtr () | |
| template<class T2 > | |
| ISortablePtr (const T2 &t2) | |
| 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 |
| typedef const ISortablePtr<T, CompareFunc> ConstRef |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |