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
formula_tokenizer::token_error Struct Reference

#include <tokenizer.hpp>

Public Member Functions

 token_error ()
 
 token_error (const std::string &dsc, const std::string &formula)
 

Public Attributes

std::string description_
 
std::string formula_
 

Detailed Description

Definition at line 60 of file tokenizer.hpp.

Constructor & Destructor Documentation

formula_tokenizer::token_error::token_error ( )
inline

Definition at line 62 of file tokenizer.hpp.

formula_tokenizer::token_error::token_error ( const std::string dsc,
const std::string formula 
)
inline

Definition at line 63 of file tokenizer.hpp.

Member Data Documentation

std::string formula_tokenizer::token_error::description_

Definition at line 64 of file tokenizer.hpp.

Referenced by game_logic::formula::formula().

std::string formula_tokenizer::token_error::formula_

Definition at line 65 of file tokenizer.hpp.

Referenced by game_logic::formula::formula().


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