#include "txt-eng.h"
Public Member Functions | |
text_element (void) | |
virtual | ~text_element (void) |
virtual void | accept (text_processor &p)=0 |
Private Member Functions | |
text_element (const text_element &) |
Definition at line 36 of file txt-eng.h.
virtual text_element::~text_element | ( | void | ) | [inline, virtual] |
text_element::text_element | ( | const text_element & | ) | [private] |
virtual void text_element::accept | ( | text_processor & | p | ) | [pure virtual] |
Implemented in text_element_string.