#include "base-list.h"
Go to the source code of this file.
Classes | |
class | text_element |
class | text_element_string |
class | text_element_list |
class | text_subscript_element |
class | text_superscript_element |
class | text_processor |
class | text_parser |
class | text_parser_none |
Defines | |
#define | txt_eng_h 1 |
#define | TEXT_ELEMENT_ACCEPT(cls) |
#define TEXT_ELEMENT_ACCEPT | ( | cls | ) |
Value:
inline void \ cls::accept (text_processor& p) \ { p.visit (*this); }
#define txt_eng_h 1 |