
Public Member Functions | |
| OrderedHandle () | |
| empty ctor | |
| OrderedHandle (Playa::Handleable< PointerType > *rawPtr) | |
| Construct from a raw ptr. | |
| OrderedHandle (const RCP< PointerType > &smartPtr) | |
| Construct from a smart ptr. | |
| bool | operator< (const OrderedHandle< PointerType > &other) const |
| comparison operator | |
| bool | operator!= (const OrderedHandle< PointerType > &other) const |
| bool | operator== (const OrderedHandle< PointerType > &other) const |
Definition at line 60 of file SundanceOrderedHandle.hpp.
| Sundance::OrderedHandle< PointerType >::OrderedHandle | ( | ) | [inline] |
| Sundance::OrderedHandle< PointerType >::OrderedHandle | ( | Playa::Handleable< PointerType > * | rawPtr | ) | [inline] |
| Sundance::OrderedHandle< PointerType >::OrderedHandle | ( | const RCP< PointerType > & | smartPtr | ) | [inline] |
| bool Sundance::OrderedHandle< PointerType >::operator!= | ( | const OrderedHandle< PointerType > & | other | ) | const [inline] |
Definition at line 109 of file SundanceOrderedHandle.hpp.
| bool Sundance::OrderedHandle< PointerType >::operator< | ( | const OrderedHandle< PointerType > & | other | ) | const [inline] |
| bool Sundance::OrderedHandle< PointerType >::operator== | ( | const OrderedHandle< PointerType > & | other | ) | const [inline] |
Definition at line 116 of file SundanceOrderedHandle.hpp.