The Battle for Wesnoth  1.19.0-dev
Classes | Namespaces
tag.hpp File Reference

This file contains object "tag", which is used to store information about tags while annotation parsing. More...

#include <functional>
#include <map>
#include <string>
#include <vector>
#include <queue>
#include <boost/iterator/iterator_facade.hpp>
#include "config.hpp"
#include "serialization/schema/key.hpp"
Include dependency graph for tag.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  schema_validation::wml_tag
 Stores information about tag. More...
 
class  schema_validation::wml_tag::iterator< T, Map >
 
class  schema_validation::wml_condition
 Stores information about a conditional portion of a tag. More...
 

Namespaces

 schema_validation
 

Detailed Description

This file contains object "tag", which is used to store information about tags while annotation parsing.

Definition in file tag.hpp.