chunkedseq
container library for large in-memory data sets
|
[uniform] More...
#include <measure.hpp>
Public Types | |
using | value_type = Item |
using | measured_type = Weight |
using | client_weight_fct_type = Client_weight_fct |
Public Member Functions | |
weight () | |
weight (const client_weight_fct_type &env) | |
measured_type | operator() (const value_type &v) const |
measured_type | operator() (const value_type *lo, const value_type *hi) const |
client_weight_fct_type | get_env () const |
void | set_env (client_weight_fct_type wf) |
[weight]
Definition at line 68 of file measure.hpp.
using pasl::data::measure::weight< Item, Weight, Client_weight_fct >::client_weight_fct_type = Client_weight_fct |
Definition at line 73 of file measure.hpp.
using pasl::data::measure::weight< Item, Weight, Client_weight_fct >::measured_type = Weight |
Definition at line 72 of file measure.hpp.
using pasl::data::measure::weight< Item, Weight, Client_weight_fct >::value_type = Item |
Definition at line 71 of file measure.hpp.
|
inline |
Definition at line 84 of file measure.hpp.
|
inline |
Definition at line 86 of file measure.hpp.
|
inline |
Definition at line 100 of file measure.hpp.
|
inline |
Definition at line 89 of file measure.hpp.
|
inline |
Definition at line 93 of file measure.hpp.
|
inline |
Definition at line 105 of file measure.hpp.