CMS 3D CMS Logo

Public Member Functions | Private Attributes

edm::OwnArray< T, MAX_SIZE, P >::Ordering< O > Struct Template Reference

List of all members.

Public Member Functions

bool operator() (T const *t1, T const *t2) const
 Ordering (O const &c)

Private Attributes

comp

Detailed Description

template<typename T, unsigned int MAX_SIZE, typename P = ClonePolicy<T>>
template<typename O>
struct edm::OwnArray< T, MAX_SIZE, P >::Ordering< O >

Definition at line 164 of file OwnArray.h.


Constructor & Destructor Documentation

template<typename T, unsigned int MAX_SIZE, typename P = ClonePolicy<T>>
template<typename O >
edm::OwnArray< T, MAX_SIZE, P >::Ordering< O >::Ordering ( O const &  c) [inline]

Definition at line 165 of file OwnArray.h.

: comp(c) { }

Member Function Documentation

template<typename T, unsigned int MAX_SIZE, typename P = ClonePolicy<T>>
template<typename O >
bool edm::OwnArray< T, MAX_SIZE, P >::Ordering< O >::operator() ( T const *  t1,
T const *  t2 
) const [inline]

Definition at line 166 of file OwnArray.h.

References AlCaHLTBitMon_QueryRunRegistry::comp.

                                                      {
        return comp(*t1, *t2);
      }

Member Data Documentation

template<typename T, unsigned int MAX_SIZE, typename P = ClonePolicy<T>>
template<typename O >
O edm::OwnArray< T, MAX_SIZE, P >::Ordering< O >::comp [private]

Definition at line 170 of file OwnArray.h.