1#ifndef DCHAIN_FILLLISTWITHSELECTION_H
2#define DCHAIN_FILLLISTWITHSELECTION_H
41 template<
class Cand
idateClass>
42 class CombinatoricList;
44 template<
class TIList,
class TSelector,
class TOList>
46 const TSelector& iSelector,
48 oList.fill(iList, iSelector);
51template<
class TList,
class TSelector>
61 m_list(ioList), m_selector(iSel) {}
71 template <
class TAList>
78 template<
class TCand
idate>
108 const TSelector& m_selector;
const TList & operator=(const TAList &iList) const
const TList & operator=(const CombinatoricList< TCandidate > &aOtherList)
const TList & operator=(const TList &iList) const
FillListWithSelection(TList &ioList, const TSelector &iSel)
void fill_using_selector(const TIList &iList, const TSelector &iSel, ChargedVisibleList< T, U > &oList)