GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Private Member Functions | Private Attributes | List of all members
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]

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 64 of file txt-eng.h.

Constructor & Destructor Documentation

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

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

text_element_string::~text_element_string ( void  )
inline

Definition at line 72 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)
inlinevirtual

Implements text_element.

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

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

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

References str.

Referenced by octave::ft_text_renderer::visit().

Member Data Documentation

std::string text_element_string::str
private

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


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