#include <fcontainer.h>
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 |
| ISortablePtr | ( | T * | _ptr | ) | [inline] |
| ISortablePtr | ( | const ISortablePtr< T, CompareFunc > & | p | ) | [inline] |
| ISortablePtr | ( | ) | [inline] |
| ISortablePtr | ( | const T2 & | t2 | ) | [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] |
| bool operator>= | ( | ConstRef & | other | ) | const [inline] |