senf::StatisticsBase::StatisticsBase::OutputEntry::StatisticsBase::OutputEntry::Target< PTarget > Struct Template Reference

#include <senf/Utils/Statistics.hh>
Inheritance diagram for senf::StatisticsBase::StatisticsBase::OutputEntry::StatisticsBase::OutputEntry::Target< PTarget >:
Inheritance graph
[legend]

List of all members.


Detailed Description

template<class PTarget>
struct senf::StatisticsBase::OutputEntry::Target< PTarget >

Definition at line 276 of file Statistics.hh.


Public Member Functions

  Target (std::auto_ptr< PTarget > target, std::string const &label)
  Target (std::string const &label)

Public Attributes

boost::scoped_ptr< PTarget >  target_

Constructor & Destructor Documentation

template<class PTarget >
senf::StatisticsBase::StatisticsBase::OutputEntry::StatisticsBase::OutputEntry::Target< PTarget >::
Target ( std::auto_ptr< PTarget< PTarget > >  target,
std::string const &  label )

Definition at line 279 of file Statistics.hh.

template<class PTarget >
senf::StatisticsBase::StatisticsBase::OutputEntry::StatisticsBase::OutputEntry::Target< PTarget >::
Target ( std::string const &  label )

Definition at line 281 of file Statistics.hh.


Member Data Documentation

template<class PTarget >
boost::scoped_ptr<PTarget> senf::StatisticsBase::StatisticsBase::OutputEntry::StatisticsBase::OutputEntry::Target< PTarget >::
target_

Definition at line 278 of file Statistics.hh.


The documentation for this struct was generated from the following file: