DSQSS
1.1
|
#include <measure.hpp>
Public メソッド | |
void | set_key (string s) |
void | reset () |
Estimate () | |
Estimate (char *k) | |
void | operator= (Estimate E) |
void | dump () |
Public 変数 | |
const char * | key |
double | value |
double | s1 |
double | error |
measure.hpp の 14 行で定義されています。
Estimate | ( | ) | [inline] |
Estimate | ( | char * | k | ) | [inline] |
void dump | ( | ) | [inline] |
measure.hpp の 39 行で定義されています。
void operator= | ( | Estimate | E | ) | [inline] |
measure.hpp の 34 行で定義されています。
void reset | ( | ) | [inline] |
void set_key | ( | string | s | ) | [inline] |
double error |
measure.hpp の 20 行で定義されています。
const char* key |
measure.hpp の 18 行で定義されています。
double s1 |
measure.hpp の 19 行で定義されています。
double value |
measure.hpp の 19 行で定義されています。