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

#include "txt-eng.h"

Inheritance diagram for text_element_subscript:
Collaboration diagram for text_element_subscript:

Public Member Functions

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

Private Member Functions

 text_element_subscript (void)
 

Private Attributes

text_elementelem
 

Detailed Description

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

Constructor & Destructor Documentation

◆ text_element_subscript() [1/3]

text_element_subscript::text_element_subscript ( text_element e)
inline

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

◆ text_element_subscript() [2/3]

text_element_subscript::text_element_subscript ( char  c)
inline

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

References c, elem, and string.

◆ ~text_element_subscript()

text_element_subscript::~text_element_subscript ( void  )
inline

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

References elem.

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

◆ get_element()

text_element* text_element_subscript::get_element ( void  )
inline

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

References elem.

Member Data Documentation

◆ elem

text_element* text_element_subscript::elem
private

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


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