Gaudi Framework, version v22r4

Home   Generated: Fri Sep 2 2011
Public Member Functions

NTuple::Matrix< TYP > Class Template Reference

Class acting as a smart pointer holding a N tuple _Item. More...

#include <NTuple.h>

Inheritance diagram for NTuple::Matrix< TYP >:
Inheritance graph
[legend]
Collaboration diagram for NTuple::Matrix< TYP >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Matrix ()
 Standard Constructor.
template<class T >
Matrixoperator= (const Matrix< T > &copy)
 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 ()

Detailed Description

template<class TYP>
class NTuple::Matrix< TYP >

Class acting as a smart pointer holding a N tuple _Item.

Definition at line 340 of file NTuple.h.


Constructor & Destructor Documentation

template<class TYP>
NTuple::Matrix< TYP >::Matrix (  ) [inline]

Standard Constructor.

Definition at line 343 of file NTuple.h.

{    }
template<class TYP>
virtual NTuple::Matrix< TYP >::~Matrix (  ) [inline, virtual]

Definition at line 356 of file NTuple.h.

{}

Member Function Documentation

template<class TYP>
template<class T >
Matrix& NTuple::Matrix< TYP >::operator= ( const Matrix< T > &  copy ) [inline]

Assignment operator.

Definition at line 346 of file NTuple.h.

                                             {
      *(this->m_ptr) = *(copy.operator->());
      return *this;
    }
template<class TYP>
template<class T >
const TYP* NTuple::Matrix< TYP >::operator[] ( const T  i ) const [inline]

Array operator.

Definition at line 355 of file NTuple.h.

{ return this->m_ptr->column(i); }
template<class TYP>
template<class T >
TYP* NTuple::Matrix< TYP >::operator[] ( const T  i ) [inline]

Array operator.

Definition at line 352 of file NTuple.h.

{ return this->m_ptr->column(i); }

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Fri Sep 2 2011 16:26:09 for Gaudi Framework, version v22r4 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004