#include <txt-eng.h>
Inherited by text_parser_none.
Public Member Functions | |
text_parser (void) | |
virtual | ~text_parser (void) |
virtual text_element * | parse (const std::string &s)=0 |
text_parser::text_parser | ( | void | ) | [inline] |
virtual text_parser::~text_parser | ( | void | ) | [inline, virtual] |
virtual text_element* text_parser::parse | ( | const std::string & | s | ) | [pure virtual] |
Implemented in text_parser_none.