The Battle for Wesnoth  1.19.0-dev
Classes | Variables
validator.hpp File Reference

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

#include "exceptions.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

◆ strict_validation_enabled

bool strict_validation_enabled
extern

Definition at line 21 of file validator.cpp.

Referenced by BOOST_AUTO_TEST_CASE(), and process_command_args().