|
Base Module
VST 3.6.5
SDK for developing VST Plug-in
|
Extends IPtr to allow sorted containers. More...
#include <fcontainer.h>
Inheritance diagram for FSortablePtr< I >:Public Member Functions | |
| FSortablePtr (I *_ptr, bool addRef=true) | |
| FSortablePtr (const FSortablePtr &p) | |
| FSortablePtr () | |
| template<class T2 > | |
| FSortablePtr (const T2 &t2) | |
| bool | operator== (const FSortablePtr< I > &other) const |
| bool | operator!= (const FSortablePtr< I > &other) const |
| bool | operator> (const FSortablePtr< I > &other) const |
| bool | operator< (const FSortablePtr< I > &other) const |
| bool | operator<= (const FSortablePtr< I > &other) const |
| bool | operator>= (const FSortablePtr< I > &other) const |
Extends IPtr to allow sorted containers.
When an implementation of FObject defines comparison operators and a sorting container like TOrderedArray is used to store objects sorted, FSortablePtr can be used instead of IPtr.
Example:
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |