GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#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 |
|
inline |
|
private |
|
inlinevirtual |
Implements text_element.
|
inline |
Definition at line 72 of file txt-eng.h.
Referenced by ft_render::visit().