#include <Accumulator.h>
Public Member Functions | |
void | Clear () |
Container & | GetCollection () |
const Container & | GetCollection () const |
void | operator() (const T &x) |
template<class Order > | |
void | Sort (Order ord) |
Private Attributes | |
Container | fCollection |
Definition at line 29 of file Tools/CIC/utl/Accumulator.h.
|
inline |
Definition at line 41 of file Tools/CIC/utl/Accumulator.h.
References utl::Accumulator::Collect< T, Container >::fCollection.
|
inline |
Definition at line 33 of file Tools/CIC/utl/Accumulator.h.
References utl::Accumulator::Collect< T, Container >::fCollection.
|
inline |
Definition at line 35 of file Tools/CIC/utl/Accumulator.h.
References utl::Accumulator::Collect< T, Container >::fCollection.
|
inline |
Definition at line 31 of file Tools/CIC/utl/Accumulator.h.
References utl::Accumulator::Collect< T, Container >::fCollection.
|
inline |
Definition at line 38 of file Tools/CIC/utl/Accumulator.h.
References utl::Accumulator::Collect< T, Container >::fCollection.
|
private |