CMS 3D CMS Logo

Public Member Functions | Public Attributes

SortCollectionSelector< InputCollection, Comparator, OutputCollection, StoreContainer, RefAdder >::PairComparator Struct Reference

List of all members.

Public Member Functions

bool operator() (const pair &t1, const pair &t2) const
 PairComparator (const Comparator &cmp)

Public Attributes

Comparator cmp_

Detailed Description

template<typename InputCollection, typename Comparator, typename OutputCollection = typename helper::SelectedOutputCollectionTrait<InputCollection>::type, typename StoreContainer = typename helper::StoreContainerTrait<OutputCollection>::type, typename RefAdder = typename helper::SelectionAdderTrait<InputCollection, StoreContainer>::type>
struct SortCollectionSelector< InputCollection, Comparator, OutputCollection, StoreContainer, RefAdder >::PairComparator

Definition at line 52 of file SortCollectionSelector.h.


Constructor & Destructor Documentation

template<typename InputCollection , typename Comparator , typename OutputCollection = typename helper::SelectedOutputCollectionTrait<InputCollection>::type, typename StoreContainer = typename helper::StoreContainerTrait<OutputCollection>::type, typename RefAdder = typename helper::SelectionAdderTrait<InputCollection, StoreContainer>::type>
SortCollectionSelector< InputCollection, Comparator, OutputCollection, StoreContainer, RefAdder >::PairComparator::PairComparator ( const Comparator cmp) [inline]

Definition at line 53 of file SortCollectionSelector.h.

: cmp_(cmp) { }

Member Function Documentation

template<typename InputCollection , typename Comparator , typename OutputCollection = typename helper::SelectedOutputCollectionTrait<InputCollection>::type, typename StoreContainer = typename helper::StoreContainerTrait<OutputCollection>::type, typename RefAdder = typename helper::SelectionAdderTrait<InputCollection, StoreContainer>::type>
bool SortCollectionSelector< InputCollection, Comparator, OutputCollection, StoreContainer, RefAdder >::PairComparator::operator() ( const pair t1,
const pair t2 
) const [inline]

Member Data Documentation

template<typename InputCollection , typename Comparator , typename OutputCollection = typename helper::SelectedOutputCollectionTrait<InputCollection>::type, typename StoreContainer = typename helper::StoreContainerTrait<OutputCollection>::type, typename RefAdder = typename helper::SelectionAdderTrait<InputCollection, StoreContainer>::type>
Comparator SortCollectionSelector< InputCollection, Comparator, OutputCollection, StoreContainer, RefAdder >::PairComparator::cmp_