#include <fem_impl.h>
Public Member Functions | |
ArrayPtrT () | |
ArrayPtrT (int *src) | |
~ArrayPtrT () | |
void | operator= (T *src) |
operator T * (void) | |
operator const T * (void) const | |
T & | operator[] (int i) |
const T & | operator[] (int i) const |
ArrayPtrT () | |
ArrayPtrT (int *src) | |
~ArrayPtrT () | |
void | operator= (T *src) |
operator T * (void) | |
operator const T * (void) const | |
T & | operator[] (int i) |
const T & | operator[] (int i) const |
Private Attributes | |
T * | sto |
T * | sto |
Definition at line 89 of file fem_impl.h.
Definition at line 92 of file fem_impl.h.
Definition at line 93 of file fem_impl.h.
Definition at line 94 of file fem_impl.h.
Definition at line 1610 of file ParFUM_internals.h.
Definition at line 1611 of file ParFUM_internals.h.
Definition at line 1612 of file ParFUM_internals.h.
void ArrayPtrT< T >::operator= | ( | T * | src | ) | [inline] |
Definition at line 95 of file fem_impl.h.
ArrayPtrT< T >::operator T * | ( | void | ) | [inline] |
Definition at line 99 of file fem_impl.h.
ArrayPtrT< T >::operator const T * | ( | void | ) | const [inline] |
Definition at line 100 of file fem_impl.h.
Definition at line 101 of file fem_impl.h.
Definition at line 102 of file fem_impl.h.
void ArrayPtrT< T >::operator= | ( | T * | src | ) | [inline] |
Definition at line 1613 of file ParFUM_internals.h.
ArrayPtrT< T >::operator T * | ( | void | ) | [inline] |
Definition at line 1617 of file ParFUM_internals.h.
ArrayPtrT< T >::operator const T * | ( | void | ) | const [inline] |
Definition at line 1618 of file ParFUM_internals.h.
Definition at line 1619 of file ParFUM_internals.h.
Definition at line 1620 of file ParFUM_internals.h.
Definition at line 90 of file fem_impl.h.
Referenced by ArrayPtrT< unsigned char >::ArrayPtrT(), ArrayPtrT< unsigned char >::operator const unsigned char *(), ArrayPtrT< unsigned char >::operator unsigned char *(), ArrayPtrT< unsigned char >::operator=(), ArrayPtrT< unsigned char >::operator[](), and ArrayPtrT< unsigned char >::~ArrayPtrT().
Definition at line 1608 of file ParFUM_internals.h.