Public Member Functions | |
| OrderedHandle () | |
| OrderedHandle (Playa::Handleable< PointerType > *rawPtr) | |
| OrderedHandle (const RCP< PointerType > &smartPtr) | |
| bool | operator< (const OrderedHandle< PointerType > &other) const |
| bool | operator!= (const OrderedHandle< PointerType > &other) const |
| bool | operator== (const OrderedHandle< PointerType > &other) const |
Class OrderedHandle is an extension to Playa::Handle that includes a comparison operator ("<" operator) so that the handle can be used in ordered containers such as STL maps and sets.
Definition at line 71 of file SundanceOrderedHandle.hpp.
| Sundance::OrderedHandle< PointerType >::OrderedHandle | ( | ) | [inline] |
empty ctor
Definition at line 75 of file SundanceOrderedHandle.hpp.
| Sundance::OrderedHandle< PointerType >::OrderedHandle | ( | Playa::Handleable< PointerType > * | rawPtr | ) | [inline] |
Construct from a raw ptr
Definition at line 78 of file SundanceOrderedHandle.hpp.
| Sundance::OrderedHandle< PointerType >::OrderedHandle | ( | const RCP< PointerType > & | smartPtr | ) | [inline] |
Construct from a smart ptr
Definition at line 81 of file SundanceOrderedHandle.hpp.
| bool Sundance::OrderedHandle< PointerType >::operator!= | ( | const OrderedHandle< PointerType > & | other | ) | const [inline] |
Definition at line 120 of file SundanceOrderedHandle.hpp.
| bool Sundance::OrderedHandle< PointerType >::operator< | ( | const OrderedHandle< PointerType > & | other | ) | const [inline] |
comparison operator
Definition at line 85 of file SundanceOrderedHandle.hpp.
| bool Sundance::OrderedHandle< PointerType >::operator== | ( | const OrderedHandle< PointerType > & | other | ) | const [inline] |
Definition at line 127 of file SundanceOrderedHandle.hpp.