![]() |
Rosetta Utilities
2014.35
|
#include <Metric.hh>
Public Member Functions | |
Metric_Pow (owning_ptr< MetricBase< T > > lhs, owning_ptr< MetricBase< T > > rhs) | |
Metric_Pow (MetricBase< T > &lhs, owning_ptr< MetricBase< T > > rhs) | |
Metric_Pow (owning_ptr< MetricBase< T > > lhs, MetricBase< T > &rhs) | |
Metric_Pow (MetricBase< T > &lhs, MetricBase< T > &rhs) | |
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 > > | lhs_ |
owning_ptr< MetricBase< T > > | rhs_ |
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 |
Referenced by utility::query::Metric_Pow< T >::clone().
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Implements utility::query::MetricBase< T >.
References utility::query::Metric_Pow< T >::lhs_, and utility::query::Metric_Pow< T >::rhs_.
|
inlinevirtual |
Implements utility::query::MetricBase< T >.
References utility::query::Metric_Pow< T >::lhs_, and utility::query::Metric_Pow< T >::rhs_.
|
protected |
|
protected |