GNU Octave  4.0.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 | List of all members
text_element Class Referenceabstract

#include "txt-eng.h"

Inheritance diagram for text_element:
Inheritance graph
[legend]

Public Member Functions

 text_element (void)
 
virtual ~text_element (void)
 
virtual void accept (text_processor &p)=0
 

Private Member Functions

 text_element (const text_element &)
 

Detailed Description

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

Constructor & Destructor Documentation

text_element::text_element ( void  )
inline

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

virtual text_element::~text_element ( void  )
inlinevirtual

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

text_element::text_element ( const text_element )
private

Member Function Documentation

virtual void text_element::accept ( text_processor p)
pure virtual

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