#include <txt-eng.h>
Inherits text_element.
Public Member Functions | |
text_element_string (const std::string &s="") | |
~text_element_string (void) | |
std::string | string_value (void) const |
void | accept (text_processor &p) |
text_element_string::text_element_string | ( | const std::string & | s = "" |
) | [inline] |
text_element_string::~text_element_string | ( | void | ) | [inline] |
void text_element_string::accept | ( | text_processor & | p | ) | [virtual] |
Implements text_element.
std::string text_element_string::string_value | ( | void | ) | const [inline] |