casa
5.7.0-16
|
#include <ptr.h>
Classes | |
struct | kernel |
Public Member Functions | |
cptr () | |
cptr (T *p) | |
cptr (const cptr< T > &other) | |
cptr (cptr< T > *other) | |
T * | operator-> () |
T & | operator* () |
const T * | operator-> () const |
const T & | operator* () const |
bool | isNull () const |
const cptr< T > & | operator= (const cptr< T > &other) |
const cptr< T > & | operator= (T *&optr) |
std::string | state () const |
void | clear () |
unsigned int | count () const |
Private Attributes | |
kernel | ptr |
Friends | |
template<class X > | |
bool | operator== (const cptr< X > &, X *) |
template<class X > | |
bool | operator== (X *, const cptr< X > &) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 77 of file ptr.h.
Referenced by casa::memory::cptr< rowmap >::clear(), casa::memory::cptr< rowmap >::count(), casa::memory::cptr< rowmap >::isNull(), casa::memory::cptr< rowmap >::operator*(), casa::memory::cptr< rowmap >::operator->(), casa::memory::cptr< rowmap >::operator=(), casa::memory::operator==(), and casa::memory::cptr< rowmap >::state().