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

#include "txt-eng.h"

Inheritance diagram for text_element_superscript:
Collaboration diagram for text_element_superscript:

Public Member Functions

 text_element_superscript (text_element *e)
 
 text_element_superscript (char c)
 
 ~text_element_superscript (void)
 
void accept (text_processor &p)
 
text_elementget_element (void)
 

Private Member Functions

 text_element_superscript (void)
 

Private Attributes

text_elementelem
 

Detailed Description

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

Constructor & Destructor Documentation

◆ text_element_superscript() [1/3]

text_element_superscript::text_element_superscript ( text_element e)
inline

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

◆ text_element_superscript() [2/3]

text_element_superscript::text_element_superscript ( char  c)
inline

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

References c, elem, and string.

◆ ~text_element_superscript()

text_element_superscript::~text_element_superscript ( void  )
inline

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

References elem.

◆ text_element_superscript() [3/3]

text_element_superscript::text_element_superscript ( void  )
private

Member Function Documentation

◆ accept()

void text_element_superscript::accept ( text_processor p)
inlinevirtual

Implements text_element.

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

◆ get_element()

text_element* text_element_superscript::get_element ( void  )
inline

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

References elem.

Member Data Documentation

◆ elem

text_element* text_element_superscript::elem
private

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


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