GNU Octave  3.8.0
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_superscript Class Reference

#include "txt-eng.h"

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

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

Constructor & Destructor Documentation

text_element_superscript::text_element_superscript ( text_element e)
inline

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

text_element_superscript::text_element_superscript ( char  c)
inline

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

References elem.

text_element_superscript::~text_element_superscript ( void  )
inline

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

References elem.

text_element_superscript::text_element_superscript ( void  )
private

Member Function Documentation

void text_element_superscript::accept ( text_processor p)
inlinevirtual

Implements text_element.

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

text_element* text_element_superscript::get_element ( void  )
inline

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

References elem.

Referenced by text_processor::visit().

Member Data Documentation

text_element* text_element_superscript::elem
private

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


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