Static Public Member Functions |
| template<typename T > |
| static DtCollector< T > | create (std::vector< T > &collection) |
| template<typename T > |
| static DtCollector< T > | create (std::deque< T > &collection) |
| template<typename T > |
| static DtCollector< T > | create (std::list< T > &collection) |
| template<typename T > |
| static DtCollector< T > | create (std::set< T > &collection) |
| template<typename T > |
| static DtCollector< T > | create (T *array, int size) |
Member Function Documentation
template<typename T >
| static DtCollector<T> MAKLogger::DtCollectors::create |
( |
std::vector< T > & |
collection | ) |
|
|
inlinestatic |
template<typename T >
| static DtCollector<T> MAKLogger::DtCollectors::create |
( |
std::deque< T > & |
collection | ) |
|
|
inlinestatic |
template<typename T >
| static DtCollector<T> MAKLogger::DtCollectors::create |
( |
std::list< T > & |
collection | ) |
|
|
inlinestatic |
template<typename T >
| static DtCollector<T> MAKLogger::DtCollectors::create |
( |
std::set< T > & |
collection | ) |
|
|
inlinestatic |
template<typename T >
| static DtCollector<T> MAKLogger::DtCollectors::create |
( |
T * |
array, |
|
|
int |
size |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: