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

This file contains information about validation abstract level interface. More...

#include "game_errors.hpp"
#include <string>
Include dependency graph for validator.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  abstract_validator
 Used in parsing config file. More...
 
struct  abstract_validator::error
 Used to manage with not initialized validators Supposed to be thrown from the constructor. More...
 

Variables

bool strict_validation_enabled
 

Detailed Description

This file contains information about validation abstract level interface.

Definition in file validator.hpp.

Variable Documentation

bool strict_validation_enabled

Definition at line 19 of file validator.cpp.

Referenced by process_command_args().