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_subscript Class Reference

#include "txt-eng.h"

Inheritance diagram for text_element_subscript:
Inheritance graph
[legend]
Collaboration diagram for text_element_subscript:
Collaboration graph
[legend]

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::text_element_subscript ( text_element e)
inline

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

text_element_subscript::text_element_subscript ( char  c)
inline

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

References elem, and string.

text_element_subscript::~text_element_subscript ( void  )
inline

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

References elem.

text_element_subscript::text_element_subscript ( void  )
private

Member Function Documentation

void text_element_subscript::accept ( text_processor p)
inlinevirtual

Implements text_element.

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

text_element* text_element_subscript::get_element ( void  )
inline

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

References elem.

Referenced by text_processor::visit().

Member Data Documentation

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: