#include <senf/Utils/Statistics.hh>
Public Member Functions | |
Target (std::unique_ptr< PTarget > target, std::string const &label) | |
Target (std::string const &label) | |
Public Member Functions inherited from senf::StatisticsBase::OutputEntry::TargetBase | |
TargetBase (std::string const &label_) | |
virtual | ~TargetBase () |
Public Attributes | |
boost::scoped_ptr< PTarget > | target_ |
Public Attributes inherited from senf::StatisticsBase::OutputEntry::TargetBase | |
std::string | label |
Definition at line 288 of file Statistics.hh.
|
inline |
Definition at line 291 of file Statistics.hh.
|
inlineexplicit |
Definition at line 293 of file Statistics.hh.
boost::scoped_ptr<PTarget> senf::StatisticsBase::OutputEntry::Target< PTarget >::target_ |
Definition at line 290 of file Statistics.hh.