This file contains sourceparser object, collecting annotations and building a tag tree. More...
#include "tools/schema/error_container.hpp"#include "tools/schema/tag.hpp"#include <iostream>#include <fstream>#include <map>#include <queue>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| class | schema_validation::class_source_parser |
Namespaces | |
| namespace | schema_validation |
Functions | |
| const std::string & | schema_validation::get_valid () |
| A few regex templates. | |
| const std::string & | schema_validation::get_wiki () |
| Template to check line is beginnnig of Wiki block. | |
| const std::string & | schema_validation::get_parent_begin () |
| Template to check begining of parent block. | |
| const std::string & | schema_validation::get_parent_end () |
| Template to check closing of parent block. | |
| const std::string & | schema_validation::get_tag_begin () |
| Template to check if line contains opening of tag block. | |
| const std::string & | schema_validation::get_tag_end () |
| Template to check end of tag block. | |
| const std::string & | schema_validation::get_allow_link () |
| Template to check allow{link} block. | |
| const std::string & | schema_validation::get_allow_global () |
| Template to check allow{global} block. | |
| const std::string & | schema_validation::get_table_key_begin () |
| Template to check begining of table{config} storing key values. | |
| const std::string & | schema_validation::get_table_end () |
| Template to check if table is closed. | |
| const std::string & | schema_validation::get_key_value () |
| Template to get key value. | |
| void | schema_validation::test_regex (std::ostream &f) |
| Writes to the file regex templates list. | |
This file contains sourceparser object, collecting annotations and building a tag tree.
Also here are declared fuctions that return regex templates. And a fuction to create a file with list of templates.
Definition in file sourceparser.hpp.
| Generated by doxygen 1.7.1 on Fri May 25 2012 01:10:54 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |