CMS 3D CMS Logo

Public Member Functions | Private Attributes

reco::tau::Combinatoric< T >::ValueAccessor Class Reference

Inheritance diagram for reco::tau::Combinatoric< T >::ValueAccessor:
unary_function

List of all members.

Public Member Functions

const value_typeoperator() (index_type const &index) const
 ValueAccessor (const value_iter &begin)

Private Attributes

value_iter begin_

Detailed Description

template<typename T>
class reco::tau::Combinatoric< T >::ValueAccessor

Definition at line 85 of file CombinatoricGenerator.h.


Constructor & Destructor Documentation

template<typename T>
reco::tau::Combinatoric< T >::ValueAccessor::ValueAccessor ( const value_iter begin) [inline]

Definition at line 90 of file CombinatoricGenerator.h.

                                              :
          begin_(begin){}

Member Function Documentation

template<typename T>
const value_type& reco::tau::Combinatoric< T >::ValueAccessor::operator() ( index_type const &  index) const [inline]

Member Data Documentation

template<typename T>
value_iter reco::tau::Combinatoric< T >::ValueAccessor::begin_ [private]