CMS 3D CMS Logo

Public Member Functions

EtaPhiContainerLookUp< T > Class Template Reference

#include <EtaPhiContainer.h>

Inheritance diagram for EtaPhiContainerLookUp< T >:
binary_function

List of all members.

Public Member Functions

const Toperator() (const EtaPhiContainer< T > &aContainer, int aIndex)

Detailed Description

template<typename T>
class EtaPhiContainerLookUp< T >

Definition at line 155 of file EtaPhiContainer.h.


Member Function Documentation

template<typename T >
const T* EtaPhiContainerLookUp< T >::operator() ( const EtaPhiContainer< T > &  aContainer,
int  aIndex 
) [inline]

Definition at line 158 of file EtaPhiContainer.h.

References EtaPhiContainer< T >::at().

        {
                return &aContainer.at( aIndex );
        }