Public Member Functions | |
IndexedDouble (size_t i, double v) | |
bool | operator< (const IndexedDouble &other) |
Public Attributes | |
size_t | index |
double | value |
Definition at line 299 of file place_profile_utils.cpp.
lama_common::IndexedDouble::IndexedDouble | ( | size_t | i, |
double | v | ||
) | [inline] |
Definition at line 303 of file place_profile_utils.cpp.
bool lama_common::IndexedDouble::operator< | ( | const IndexedDouble & | other | ) | [inline] |
Definition at line 305 of file place_profile_utils.cpp.
Definition at line 301 of file place_profile_utils.cpp.
Definition at line 302 of file place_profile_utils.cpp.