#include <NTuple.h>
Inheritance diagram for NTuple::Matrix< TYP >:
Public Member Functions | |
| Matrix () | |
| Standard Constructor. | |
| template<class T> | |
| Matrix & | operator= (const Matrix< T > ©) |
| Assignment operator. | |
| template<class T> | |
| TYP * | operator[] (const T i) |
| Array operator. | |
| template<class T> | |
| const TYP * | operator[] (const T i) const |
| Array operator. | |
| virtual | ~Matrix () |
| bool | operator! () const |
| Check if column is present. | |
| operator const void * () const | |
| Check if column is present. | |
| TYP * | operator-> () |
| Dereference operator. | |
| const TYP * | operator-> () const |
| Dereference operator (CONST). | |
| const Range< TYP > & | range () const |
| Access the range. | |
Protected Attributes | |
| TYP * | m_ptr |
| Pointer to instance. | |
Definition at line 340 of file NTuple.h.
| NTuple::Matrix< TYP >::Matrix | ( | ) | [inline] |
| virtual NTuple::Matrix< TYP >::~Matrix | ( | ) | [inline, virtual] |
| Matrix& NTuple::Matrix< TYP >::operator= | ( | const Matrix< T > & | copy | ) | [inline] |
| const TYP* NTuple::Matrix< TYP >::operator[] | ( | const T | i | ) | const [inline] |
| bool NTuple::_Accessor< TYP >::operator! | ( | ) | const [inline, inherited] |
| NTuple::_Accessor< TYP >::operator const void * | ( | ) | const [inline, inherited] |
| TYP* NTuple::_Accessor< TYP >::operator-> | ( | ) | [inline, inherited] |
| const TYP* NTuple::_Accessor< TYP >::operator-> | ( | ) | const [inline, inherited] |
| const Range<TYP>& NTuple::_Accessor< TYP >::range | ( | ) | const [inline, inherited] |
TYP* NTuple::_Accessor< TYP >::m_ptr [mutable, protected, inherited] |
1.4.7