#include <diagnostics_common.hpp>
| Public Member Functions | |
| void | operator() (int int_val) const | 
| void | operator() (double double_val) const | 
| Public Attributes | |
| std::string | new_value | 
| DiagMap::iterator | values_it | 
Adds a new value to the list of received value for a given test.
Definition at line 65 of file diagnostics_common.hpp.
| void shadow_robot::VariantParser::operator() | ( | int | int_val | ) | const  [inline] | 
Definition at line 69 of file diagnostics_common.hpp.
| void shadow_robot::VariantParser::operator() | ( | double | double_val | ) | const  [inline] | 
Definition at line 74 of file diagnostics_common.hpp.
| std::string shadow_robot::VariantParser::new_value | 
Definition at line 80 of file diagnostics_common.hpp.
| DiagMap::iterator shadow_robot::VariantParser::values_it | 
Definition at line 79 of file diagnostics_common.hpp.