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

#include "text-engine.h"

Inheritance diagram for text_element_superscript:
text_element

Public Member Functions

 text_element_superscript (char c)
 
 text_element_superscript (text_element *e)
 
 ~text_element_superscript ()
 
void accept (text_processor &p)
 
text_elementget_element ()
 
- Public Member Functions inherited from text_element
virtual ~text_element ()=default
 

Detailed Description

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

Constructor & Destructor Documentation

◆ text_element_superscript() [1/2]

text_element_superscript::text_element_superscript ( text_element e)
inline

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

◆ text_element_superscript() [2/2]

text_element_superscript::text_element_superscript ( char  c)
inline

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

◆ ~text_element_superscript()

text_element_superscript::~text_element_superscript ( )
inline

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

Member Function Documentation

◆ accept()

void text_element_superscript::accept ( text_processor p)
inlinevirtual

Implements text_element.

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

◆ get_element()

text_element* text_element_superscript::get_element ( )
inline

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

Referenced by text_processor::visit().


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