The Battle for Wesnoth  1.19.0-dev
Public Member Functions | Public Attributes | List of all members
wfl::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 74 of file tokenizer.hpp.

Constructor & Destructor Documentation

◆ token_error() [1/2]

wfl::tokenizer::token_error::token_error ( )
inline

Definition at line 76 of file tokenizer.hpp.

◆ token_error() [2/2]

wfl::tokenizer::token_error::token_error ( const std::string &  dsc,
const std::string &  formula 
)
inline

Definition at line 77 of file tokenizer.hpp.

Member Data Documentation

◆ description_

std::string wfl::tokenizer::token_error::description_

Definition at line 78 of file tokenizer.hpp.

◆ formula_

std::string wfl::tokenizer::token_error::formula_

Definition at line 79 of file tokenizer.hpp.


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