maliput
common/compare.h File Reference
#include <optional>
#include <string>
Include dependency graph for common/compare.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ MALIPUT_ADD_RESULT

#define MALIPUT_ADD_RESULT (   collector,
  result 
)    collector.AddResult(__FILE__, __LINE__, #result, result)