
#include <nub/handle.h>
Collaboration diagram for nub::detail::handle< T, unref_policy >:

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.
Public Member Functions | |
| handle (T *master) | |
| ~handle () throw () | |
| handle (const handle &other) throw () | |
| handle & | operator= (const handle &other) throw () |
| T * | get () const throw () |
| bool | operator== (const handle &other) const throw () |
1.4.4