#include <key_mutable_set.h>
Collaboration diagram for MutableShell< T >:
Public Methods | |
MutableShell (const T &t) | |
T & | get () const |
T & | operator * () const |
T * | operator-> () const |
operator T & () const | |
bool | operator< (const MutableShell< T > &other) const |
Private Attributes | |
T | t |
|
|
|
00007 {return t;} |
|
00008 {return t;} |
|
00010 {return t;} |
|
00009 {return &t;} |
|
|
|
|