The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces
schema_validator.hpp File Reference

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

#include "serialization/validator.hpp"
#include "tools/schema/tag.hpp"
#include "config_cache.hpp"
#include "serialization/parser.hpp"
#include <boost/regex.hpp>
#include <iostream>
#include <queue>
#include <string>
#include <stack>
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...
 

Namespaces

 schema_validation
 

Detailed Description

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

Definition in file schema_validator.hpp.