![]() |
Rosetta Utilities
2014.35
|
#include <Metric.hh>
Public Member Functions | |
Metric () | |
Metric (MetricBase< T > &tf) | |
Metric (MetricBase< T > *tf) | |
Metric (owning_ptr< MetricBase< T > > tf) | |
void | operator= (owning_ptr< MetricBase< T > > p) |
void | operator= (MetricBase< T > &tf) |
void | operator= (MetricBase< T > *tf) |
Real | operator() (T arg) |
std::string | description (std::string indent="") |
owning_ptr< MetricBase< T > > | clone () |
![]() | |
void | ctor () |
virtual | ~ReferenceCount () |
Destructor. More... | |
Size | ref_count () const |
Reference count. More... | |
Protected Attributes | |
owning_ptr< MetricBase< T > > | wrapped_ |
Additional Inherited Members | |
![]() | |
typedef platform::Size | Size |
typedef platform::Size | size_type |
![]() | |
ReferenceCount () | |
Default constructor. More... | |
ReferenceCount (ReferenceCount const &) | |
Copy constructor. More... | |
ReferenceCount & | operator= (ReferenceCount const &) |
Copy assignment. More... | |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Implements utility::query::MetricBase< T >.
References utility::query::Metric< T >::wrapped_.
|
inlinevirtual |
Implements utility::query::MetricBase< T >.
References utility::io::oc::cerr, and utility::query::Metric< T >::wrapped_.
|
inlinevirtual |
Implements utility::query::MetricBase< T >.
References utility::io::oc::cerr, and utility::query::Metric< T >::wrapped_.
|
inline |
References utility::query::Metric< T >::wrapped_.
|
inline |
|
inline |
|
protected |