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

This file contains object "error_container", which are used to store error messages while annotation parsing. More...

#include <iostream>
#include <map>
#include <sstream>
#include <string>
#include <vector>
Include dependency graph for error_container.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  schema_validation::class_error_container
 Container of errors, which are generated while schema generator tool is parsing source files. More...
 
struct  schema_validation::class_error_container::error_cache_element
 Container to cache type errors. More...
 

Namespaces

 schema_validation
 

Detailed Description

This file contains object "error_container", which are used to store error messages while annotation parsing.

Also the another part of his job is to create GCC:styled error messages.

Definition in file error_container.hpp.