maliput_sparse
|
#include <ostream>
#include <string>
#include <unordered_map>
#include <unordered_set>
#include <vector>
#include "maliput_sparse/parser/parser.h"
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... | |