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