#include <histogram.hh>
| Histogram::Histogram |
( |
int |
numserver, |
|
|
int |
numbin |
|
) |
| |
| Histogram::~Histogram |
( |
| ) |
|
| int Histogram::count_query |
( |
unsigned |
query | ) |
|
| unsigned Histogram::get_boundary |
( |
int |
index | ) |
|
| double Histogram::get_count |
( |
int |
index | ) |
|
| int Histogram::get_index |
( |
unsigned |
query | ) |
|
| int Histogram::get_numbin |
( |
| ) |
|
| int Histogram::get_numserver |
( |
| ) |
|
| void Histogram::init_count |
( |
| ) |
|
| void Histogram::initialize |
( |
| ) |
|
| uint32_t Histogram::random_within_boundaries |
( |
unsigned |
int | ) |
|
| void Histogram::set_boundary |
( |
int |
index, |
|
|
unsigned int |
boundary |
|
) |
| |
| void Histogram::set_count |
( |
int |
index, |
|
|
double |
count |
|
) |
| |
| void Histogram::set_numbin |
( |
int |
num | ) |
|
| void Histogram::set_numserver |
( |
int |
num | ) |
|
| void Histogram::updateboundary |
( |
| ) |
|
The documentation for this class was generated from the following files: