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 | Static Public Member Functions | List of all members
text_parser Class Referenceabstract

#include "txt-eng.h"

Inheritance diagram for text_parser:
Inheritance graph
[legend]

Public Member Functions

 text_parser (void)
 
virtual ~text_parser (void)
 
virtual text_elementparse (const std::string &s)=0
 

Static Public Member Functions

static text_elementparse (const std::string &s, const caseless_str &interpreter)
 

Detailed Description

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

Constructor & Destructor Documentation

text_parser::text_parser ( void  )
inline

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

virtual text_parser::~text_parser ( void  )
inlinevirtual

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

Member Function Documentation

virtual text_element* text_parser::parse ( const std::string &  s)
pure virtual
text_element * text_parser::parse ( const std::string &  s,
const caseless_str interpreter 
)
inlinestatic

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

References caseless_str::compare(), and parse().


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