casa
$Rev:20696$
|
Classes | |
class | _nullptr_t_ |
class | nullptr_init_ |
class | cptr |
Functions | |
template<class T > | |
bool | operator== (const cptr< T > &l, T *r) |
template<class T > | |
bool | operator== (T *l, const cptr< T > &r) |
Variables | |
_nullptr_t_ | nullptr |
static class casa::memory::nullptr_init_ | _nullptr_init_object_ |
bool casa::memory::operator== | ( | const cptr< T > & | l, |
T * | r | ||
) |
Definition at line 80 of file ptr.h.
References casa::memory::cptr< T >::ptr.
bool casa::memory::operator== | ( | T * | l, |
const cptr< T > & | r | ||
) |
Definition at line 81 of file ptr.h.
References casa::memory::cptr< T >::ptr.
class casa::memory::nullptr_init_ casa::memory::_nullptr_init_object_ [static] |