CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
reco::tau::Combinatoric< T >::ValueAccessor Class Reference
Inheritance diagram for reco::tau::Combinatoric< T >::ValueAccessor:

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 86 of file CombinatoricGenerator.h.

Constructor & Destructor Documentation

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

Definition at line 91 of file CombinatoricGenerator.h.

91  :
92  begin_(begin){}
#define begin
Definition: vmac.h:31

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