The Battle for Wesnoth  1.19.0-dev
Classes | Namespaces
schema_validator.hpp File Reference

One of the realizations of serialization/validator.hpp abstract validator. More...

#include "config_cache.hpp"
#include "serialization/parser.hpp"
#include "serialization/schema/type.hpp"
#include "serialization/schema/tag.hpp"
#include "serialization/validator.hpp"
#include <boost/graph/adjacency_list.hpp>
#include <optional>
#include <stack>
#include <string>
Include dependency graph for schema_validator.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  schema_validation::schema_validator
 Realization of serialization/validator.hpp abstract validator. More...
 
struct  schema_validation::schema_validator::counter
 
struct  schema_validation::schema_validator::message_info
 Messages are cached. More...
 
class  schema_validation::schema_self_validator
 
struct  schema_validation::schema_self_validator::reference
 

Namespaces

 schema_validation
 

Detailed Description

One of the realizations of serialization/validator.hpp abstract validator.

Definition in file schema_validator.hpp.