#include <mapdef.h>
Public Member Functions | |
subst_spec (std::string torepl, bool fix, const glyph_replacements_t &repls) | |
subst_spec (int count, bool fix, const glyph_replacements_t &repls) | |
subst_spec () | |
int | value () |
Public Attributes | |
std::string | key |
int | count |
bool | fix |
int | frozen_value |
glyph_replacements_t | repl |
subst_spec::subst_spec | ( | std::string | torepl, | |
bool | fix, | |||
const glyph_replacements_t & | repls | |||
) |
subst_spec::subst_spec | ( | int | count, | |
bool | fix, | |||
const glyph_replacements_t & | repls | |||
) |
subst_spec::subst_spec | ( | ) | [inline] |
int subst_spec::value | ( | ) |
bool subst_spec::fix |