#include "txt-eng.h"
Public Member Functions | |
text_element_string (const std::string &s="") | |
~text_element_string (void) | |
void | accept (text_processor &p) |
std::string | string_value (void) const |
Private Member Functions | |
text_element_string (const text_element_string &) | |
Private Attributes | |
std::string | str |
Definition at line 51 of file txt-eng.h.
text_element_string::text_element_string | ( | const std::string & | s = "" |
) | [inline] |
text_element_string::~text_element_string | ( | void | ) | [inline] |
text_element_string::text_element_string | ( | const text_element_string & | ) | [private] |
void text_element_string::accept | ( | text_processor & | p | ) | [virtual] |
Implements text_element.
std::string text_element_string::string_value | ( | void | ) | const [inline] |
std::string text_element_string::str [private] |