#include <results_collector.h>
Definition at line 89 of file results_collector.h.
void results_collector::clear |
( |
| ) |
|
|
inline |
template<class Archive >
void results_collector::save |
( |
Archive & |
ar | ) |
const |
|
inline |
Definition at line 104 of file results_collector.h.
106 for (std::map<std::string, boost::shared_ptr< ::detail::collector_impl_base> >::const_iterator
107 it = collection.begin(); it != collection.end(); ++it)
109 ar[it->first] << *it->second;
The documentation for this class was generated from the following file: