|
maliput
|
#include <optional>#include <string>Classes | |
| struct | ComparisonResult< T > |
| ComparisonResult is a struct that holds the result of a comparison between two objects of type T. More... | |
| class | ComparisonResultCollector |
| ComparisonResultCollector is a class that collects the results of a series of comparisons between objects of type T. More... | |
Namespaces | |
| maliput | |
| Code in this file is inspired by: https://github.com/RobotLocomotion/drake/blob/master/common/text_logging.h. | |
| maliput::common | |
Macros | |
| #define | MALIPUT_ADD_RESULT(collector, result) collector.AddResult(__FILE__, __LINE__, #result, result) |
| #define MALIPUT_ADD_RESULT | ( | collector, | |
| result | |||
| ) | collector.AddResult(__FILE__, __LINE__, #result, result) |