Gaudi Framework, version v22r4

Home   Generated: Fri Sep 2 2011
Public Member Functions

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.

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

Definition at line 335 of file NTuple.h.

{}

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.

                                            {
      *(this->m_ptr) = *(copy.operator->());
      return *this;
    }
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.

{ 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.

{ 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 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