The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
schema_validation::class_error_container::error_cache_element Struct Reference

Container to cache type errors. More...

Public Member Functions

 error_cache_element (const std::string &f, int l, const std::string &n)
 

Public Attributes

std::string file
 
int line
 
std::string name
 

Detailed Description

Container to cache type errors.

Types are checked while keys are read. There is a possibility to have unknown type error just because file with it desription haven't been parsed yet. So every type warning adds to cache. When sourseparser finds new type, it clears that warning list

Definition at line 165 of file error_container.hpp.

Constructor & Destructor Documentation

schema_validation::class_error_container::error_cache_element::error_cache_element ( const std::string f,
int  l,
const std::string n 
)
inline

Definition at line 169 of file error_container.hpp.

Member Data Documentation

std::string schema_validation::class_error_container::error_cache_element::file

Definition at line 166 of file error_container.hpp.

int schema_validation::class_error_container::error_cache_element::line

Definition at line 167 of file error_container.hpp.

std::string schema_validation::class_error_container::error_cache_element::name

Definition at line 168 of file error_container.hpp.


The documentation for this struct was generated from the following file: