#include <nub/handle.h>
Public Member Functions | |
handle (T *master) | |
handle (const handle &other) throw () | |
handle & | operator= (const handle &other) throw () |
T * | get () const throw () |
bool | operator== (const handle &other) const throw () |
Note that the only operation that can throw is the constructor, which throws in case it is passed a null or unshareable object pointer .
Definition at line 60 of file handle.h.