|
typedef boost::recursive_mutex | mutex_type |
|
typedef boost::unique_lock< mutex_type > | lock_type |
|
|
Measurement & | operator[] (int idx) |
|
const Measurement & | operator[] (int idx) const |
|
void | clear () |
|
size_t | size () const |
|
void | push_back (const Measurement &measurement) |
|
bool | erase (size_t start_index, size_t end_index) |
|
int | get_active_index () const |
|
void | set_active_index (int index) |
|
bool | get_highlight_active_measurement () |
|
void | set_highlight_active_measurement (bool highlight) |
|
void | get_standard_view_measurements (std::vector< int > &standard_view_measurements) const |
|
|
static const int | INVALID_ACTIVE_INDEX_C = -1 |
|
The documentation for this class was generated from the following files:
- Application/Tools/detail/Measurement.h
- Application/Tools/detail/Measurement.cc