8 #ifndef ssInsertionFunctor_H_
9 #define ssInsertionFunctor_H_
11 #include <vlutil/vlConfig.h>
25 template <
typename TypeToContain,
typename Container>
49 virtual bool operator()(TypeToContain& itemToInsert, Container& container);
56 template <
typename TypeToContain,
typename Container>
63 template <
typename TypeToContain,
typename Container>
68 template <
typename TypeToContain,
typename Container>
71 container.insert(container.end(), itemToInsert);
Definition: ssInsertionFunctor.h:26
DtSsInsertionFunctor & operator=(const DtSsInsertionFunctor &original)
virtual bool operator()(TypeToContain &itemToInsert, Container &container)
Definition: ssInsertionFunctor.h:69
DtSsInsertionFunctor()
Definition: ssInsertionFunctor.h:57
Definition: ssFunctor.h:46
virtual ~DtSsInsertionFunctor()
Definition: ssInsertionFunctor.h:64