GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
text_element_string Class Reference

#include "text-engine.h"

Inheritance diagram for text_element_string:
text_element

Public Member Functions

 text_element_string (const std::string &s="")
 
void accept (text_processor &p)
 
std::string string_value () const
 
- Public Member Functions inherited from text_element
virtual ~text_element ()=default
 

Detailed Description

Definition at line 67 of file text-engine.h.

Constructor & Destructor Documentation

◆ text_element_string()

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

Definition at line 73 of file text-engine.h.

Member Function Documentation

◆ accept()

void text_element_string::accept ( text_processor p)
inlinevirtual

Implements text_element.

Definition at line 381 of file text-engine.h.

◆ string_value()

std::string text_element_string::string_value ( ) const
inline

Definition at line 78 of file text-engine.h.


The documentation for this class was generated from the following file: