Functions | |
Po::typed_value< bool > * | boo (bool *v=0) |
Po::typed_value< String > * | str (String *v=0) |
Po::typed_value< Strings > * | strs (Strings *v=0) |
Po::typed_value< uint16_t > * | i16 (uint16_t *v=0) |
Po::typed_value< int32_t > * | i32 (int32_t *v=0) |
Po::typed_value< int64_t > * | i64 (int64_t *v=0) |
Po::typed_value< Int64s > * | i64s (Int64s *v=0) |
Po::typed_value< double > * | f64 (double *v=0) |
Po::typed_value< Doubles > * | f64s (Doubles *v=0) |
Variables | |
const uint64_t | K = 1000 |
const uint64_t | KiB = 1024 |
const uint64_t | M = K * 1000 |
const uint64_t | MiB = KiB * 1024 |
const uint64_t | G = M * 1000 |
const uint64_t | GiB = MiB * 1024 |
|
inline |
Definition at line 162 of file Properties.h.
|
inline |
Definition at line 190 of file Properties.h.
|
inline |
Definition at line 194 of file Properties.h.
|
inline |
Definition at line 174 of file Properties.h.
|
inline |
Definition at line 178 of file Properties.h.
|
inline |
Definition at line 182 of file Properties.h.
|
inline |
Definition at line 186 of file Properties.h.
|
inline |
Definition at line 166 of file Properties.h.
|
inline |
Definition at line 170 of file Properties.h.
const uint64_t Hypertable::Property::G = M * 1000 |
Definition at line 158 of file Properties.h.
const uint64_t Hypertable::Property::GiB = MiB * 1024 |
Definition at line 159 of file Properties.h.
const uint64_t Hypertable::Property::K = 1000 |
Definition at line 154 of file Properties.h.
const uint64_t Hypertable::Property::KiB = 1024 |
Definition at line 155 of file Properties.h.
const uint64_t Hypertable::Property::M = K * 1000 |
Definition at line 156 of file Properties.h.
const uint64_t Hypertable::Property::MiB = KiB * 1024 |
Definition at line 157 of file Properties.h.