1#ifndef DCHAIN_FILLLISTWITHSELECTION_H
2#define DCHAIN_FILLLISTWITHSELECTION_H
38 template<
class Cand
idateClass>
39 class CombinatoricList;
41 template<
class TIList,
class TSelector,
class TOList>
43 const TSelector& iSelector,
45 oList.fill(iList, iSelector);
48template<
class TList,
class TSelector>
58 m_list(ioList), m_selector(iSel) {}
68 template <
class TAList>
75 template<
class TCand
idate>
103 mutable TList& m_list;
104 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)