Gaudi Framework, version v22r0

Home   Generated: 9 Feb 2011

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 (  )  [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 >
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);  }

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);  }


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 Wed Feb 9 16:33:47 2011 for Gaudi Framework, version v22r0 by Doxygen version 1.6.2 written by Dimitri van Heesch, © 1997-2004