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

#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
 

Member Typedef Documentation

typedef const ISortablePtr<T, CompareFunc> ConstRef

Constructor & Destructor Documentation

ISortablePtr ( T *  _ptr)
inline
ISortablePtr ( const ISortablePtr< T, CompareFunc > &  p)
inline
ISortablePtr ( )
inline
ISortablePtr ( const T2 &  t2)
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
Empty

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