Public Member Functions | Private Member Functions | Private Attributes

text_element_string Class Reference

#include "txt-eng.h"

Inheritance diagram for text_element_string:
Inheritance graph
[legend]
Collaboration diagram for text_element_string:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Definition at line 51 of file txt-eng.h.


Constructor & Destructor Documentation

text_element_string::text_element_string ( const std::string &  s = ""  )  [inline]

Definition at line 56 of file txt-eng.h.

text_element_string::~text_element_string ( void   )  [inline]

Definition at line 59 of file txt-eng.h.

text_element_string::text_element_string ( const text_element_string  )  [private]

Member Function Documentation

void text_element_string::accept ( text_processor p  )  [virtual]

Implements text_element.

std::string text_element_string::string_value ( void   )  const [inline]

Definition at line 61 of file txt-eng.h.


Member Data Documentation

std::string text_element_string::str [private]

Definition at line 66 of file txt-eng.h.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines