#include <key_mutable_set.h>
Collaboration diagram for KeyMutableShell< T >:
Public Methods | |
KeyMutableShell (T *t) | |
T & | get () const |
T & | operator * () const |
T * | operator-> () const |
operator T * () const | |
bool | operator< (const KeyMutableShell< T > &other) const |
Private Attributes | |
T * | t |
|
|
|
00024 {return *t;} |
|
00025 {return *t;} |
|
00027 {return t;} |
|
00026 {return t;} |
|
00028 {return (*t)<(*other.t);} |
|
|