#include <stat.h>
Public Types | |
typedef Stat1MinMax< VType, NumType > | Self |
Public Member Functions | |
void | Clear () |
VType | Max () const |
VType | Min () const |
Self | operator* (const VType &k) const |
Self & | operator*= (const VType &stat) |
Self | operator+ (const Self &stat) const |
Self & | operator+= (const Self &stat) |
Self & | operator= (const Self &stat) |
Stat1MinMax () | |
Stat1MinMax (const Self &stat) | |
Stat1MinMax (const VType &dat) | |
Stat1MinMax (const VType &dat, const NumType &w) | |
Stat1MinMax (const VType *begin, const VType *end) | |
Private Member Functions | |
Self | operator- (const Self &stat) const |
Self & | operator-= (const Self &stat) |
Private Attributes | |
VType | max_ |
VType | min_ |
typedef Stat1MinMax<VType, NumType> benchmark::Stat1MinMax< VType, NumType >::Self |
|
inline |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
inline |
|
private |
|
private |