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

#include "text-engine.h"

Inheritance diagram for text_element_subscript:
Collaboration diagram for text_element_subscript:

Public Member Functions

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

Private Member Functions

 text_element_subscript (void)
 

Private Attributes

text_elementm_elem
 

Detailed Description

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

Constructor & Destructor Documentation

◆ text_element_subscript() [1/3]

text_element_subscript::text_element_subscript ( text_element e)
inline

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

◆ text_element_subscript() [2/3]

text_element_subscript::text_element_subscript ( char  c)
inline

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

◆ ~text_element_subscript()

text_element_subscript::~text_element_subscript ( void  )
inline

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

◆ text_element_subscript() [3/3]

text_element_subscript::text_element_subscript ( void  )
private

Member Function Documentation

◆ accept()

void text_element_subscript::accept ( text_processor p)
inlinevirtual

Implements text_element.

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

◆ get_element()

text_element* text_element_subscript::get_element ( void  )
inline

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

Referenced by text_processor::visit().

Member Data Documentation

◆ m_elem

text_element* text_element_subscript::m_elem
private

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


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