Gaudi Framework, version v21r8

Home   Generated: 17 Mar 2010

NTuple::Array< TYP > Class Template Reference

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

#include <NTuple.h>

Inheritance diagram for NTuple::Array< TYP >:

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

Collaboration graph
[legend]

List of all members.

Public Member Functions

 Array ()
 Standard Constructor.
template<class T>
Arrayoperator= (const Array< 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 ~Array ()


Detailed Description

template<class TYP>
class NTuple::Array< TYP >

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

Definition at line 319 of file NTuple.h.


Constructor & Destructor Documentation

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

Standard Constructor.

Definition at line 322 of file NTuple.h.

00322 {    }

template<class TYP>
virtual NTuple::Array< TYP >::~Array (  )  [inline, virtual]

Definition at line 335 of file NTuple.h.

00335 {}


Member Function Documentation

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

Assignment operator.

Definition at line 325 of file NTuple.h.

00325                                             {
00326       *(this->m_ptr) = *(copy.operator->());
00327       return *this;
00328     }

template<class TYP>
template<class T>
TYP& NTuple::Array< TYP >::operator[] ( const T  i  )  [inline]

Array operator.

Definition at line 331 of file NTuple.h.

00331 { return this->m_ptr->data(i);  }

template<class TYP>
template<class T>
const TYP& NTuple::Array< TYP >::operator[] ( const T  i  )  const [inline]

Array operator.

Definition at line 334 of file NTuple.h.

00334 { return this->m_ptr->data(i);  }


The documentation for this class was generated from the following file:

Generated at Wed Mar 17 18:22:20 2010 for Gaudi Framework, version v21r8 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004