|
| DCFillableNeutralNCList (bool(*pFunction)(NeutralNC &)=0) |
|
template<class WitnessIterator > |
| DCFillableNeutralNCList (WitnessIterator first, WitnessIterator last, bool(*pFunction)(NeutralNC &)=0) |
|
template<class WitnessIterator > |
| DCFillableNeutralNCList (WitnessIterator first, WitnessIterator last, DCSelectionFunction< NeutralNC > &aFunctionalObject) |
|
| DCFillableNeutralNCList (const DCFillableNeutralNCList< NeutralNC > &aOtherList, bool(*pFunction)(NeutralNC &)=0) |
|
| DCFillableNeutralNCList (DCSelectionFunction< NeutralNC > &aFunctionalObject) |
|
| DCFillableNeutralNCList (const DCFillableNeutralNCList< NeutralNC > &aOtherList, DCSelectionFunction< NeutralNC > &aFunctionalObject) |
|
virtual | ~DCFillableNeutralNCList () |
|
const DCFillableNeutralNCList< NeutralNC > & | operator= (const DCFillableNeutralNCList< NeutralNC > &aOtherList) |
|
template<class Witness > |
const DCFillableNeutralNCList< NeutralNC > & | operator= (const Witness &aWitnessList) |
|
void | fill (const dchain::LabeledParticleList< NeutralNC, typename NeutralNC::CandidateClass > &aList) |
|
template<class WitnessIterator > |
void | fill (WitnessIterator first, WitnessIterator last) |
|
| DCNeutralNCVisibleList (bool(*pFunction)(NeutralNC &)=0) |
|
| DCNeutralNCVisibleList (const DCNeutralNCVisibleList< NeutralNC, CandidateClass > &aOtherList, bool(*pFunction)(NeutralNC &)=0) |
|
| DCNeutralNCVisibleList (DCSelectionFunction< NeutralNC > &aFunctionalObject) |
|
| DCNeutralNCVisibleList (const DCNeutralNCVisibleList< NeutralNC, CandidateClass > &aOtherList, DCSelectionFunction< NeutralNC > &aFunctionalObject) |
|
virtual | ~DCNeutralNCVisibleList () |
|
const DCNeutralNCVisibleList< NeutralNC, CandidateClass > & | operator= (const DCNeutralNCVisibleList< NeutralNC, CandidateClass > &aOtherList) |
|
| NeutralNCVisibleList () |
|
| NeutralNCVisibleList (const self_type &aOtherList) |
|
| NeutralNCVisibleList (const self_type &aOtherList, const TSelector &aSel) |
|
virtual | ~NeutralNCVisibleList () |
|
const self_type & | operator= (const Witness &aWitnessList) |
|
FillListWithSelection< self_type, TSelector > | operator[] (const TSelector &iSel) |
|
iterator | particle_begin () |
|
const_iterator | particle_begin () const |
|
iterator | particle_end () |
|
const_iterator | particle_end () const |
|
ChosenConjugateList< NeutralNC, CandidateClass > & | bar () |
|
ChosenConjugateList< NeutralNC, CandidateClass > & | operator() () |
|
void | iterate (const TAnalyze &analyze) const |
|
void | iterate (TAnalyze &analyze) const |
|
SelectiveInserter< self_type, TSelect > | selectiveInserter (const TSelect &iSelect) |
| creates an insert iterator that filters based on iSelect
|
|
bool | attempt_insert (THolder &pPossible, const TSelect &aSelect) |
|
void | insert (THolder &pPossible) |
|
void | eraseContents () |
|
void | erase () |
|
void | fill (const LabeledParticleList< NeutralNC, CandidateClass > &aList, const TMaker &aMaker, const TSelector &aSel) |
|
void | fill (Iterator first, Iterator last, const TMaker &aMaker, const TSelector &aSel=SelectAll< NeutralNC >()) |
|
Public Member Functions inherited from dchain::CandidateList< CandidateClass > |
| CandidateList () |
|
virtual | ~CandidateList () |
|
virtual iterator | begin () |
|
virtual iterator | end () |
|
virtual bool | empty () const |
|
virtual int | size () const |
|
virtual const_iterator | begin () const |
|
virtual const_iterator | end () const |
|
template<class TAnalyzer > |
void | iterate (const TAnalyzer &analyze) const |
|
template<class NeutralNC>
class DCFillableNeutralNCList< NeutralNC >
Definition at line 65 of file DCFillableNeutralNCList.h.