#include <array.hxx>
Public Types | |
typedef TArray::len_t | len_t |
Public Member Functions | |
PTRcArray () | |
PTRcArray (PTArray< T > *p) | |
PTRcArray (const PTRcArray &r) | |
const PTRcArray & | operator= (const PTRcArray &r) |
len_t | length () const |
T & | operator[] (len_t ix) |
const T & | operator[] (len_t ix) const |
bool | isNull () const |
Private Attributes | |
PTRcPtr< PTArray< T > > | m_ar |
typedef TArray::len_t xyzzy::PTRcArray< T >::len_t |
xyzzy::PTRcArray< T >::PTRcArray | ( | ) | [inline, explicit] |
xyzzy::PTRcArray< T >::PTRcArray | ( | PTArray< T > * | p | ) | [inline] |
xyzzy::PTRcArray< T >::PTRcArray | ( | const PTRcArray< T > & | r | ) | [inline] |
const PTRcArray& xyzzy::PTRcArray< T >::operator= | ( | const PTRcArray< T > & | r | ) | [inline] |
len_t xyzzy::PTRcArray< T >::length | ( | ) | const [inline] |
T& xyzzy::PTRcArray< T >::operator[] | ( | len_t | ix | ) | [inline] |
const T& xyzzy::PTRcArray< T >::operator[] | ( | len_t | ix | ) | const [inline] |
bool xyzzy::PTRcArray< T >::isNull | ( | ) | const [inline] |
PTRcPtr<PTArray<T> > xyzzy::PTRcArray< T >::m_ar [private] |