maliput_sparse
validator.h File Reference
#include <ostream>
#include <string>
#include <unordered_map>
#include <unordered_set>
#include <vector>
#include "maliput_sparse/parser/parser.h"
Include dependency graph for validator.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  ValidatorConfig
 ValidatorConfig struct that contains the configuration for the Validator. More...
 
class  Validator
 After parsing a road network, the Validator can be used to check for errors before creating a maliput::api::RoadNetwork via the maliput_sparse::loader::RoadNetworkLoader. More...
 
struct  Validator::Error
 Error struct that contains the error message, type, and severity. More...
 

Namespaces

 maliput_sparse
 
 maliput_sparse::parser
 

Functions

std::ostream & operator<< (std::ostream &os, const Validator::Type &type)
 Serialize Validator::Type to ostream. More...