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

#include "txt-eng.h"

Inheritance diagram for text_parser:

Public Member Functions

 text_parser (void)
 
virtual ~text_parser (void)=default
 
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 372 of file txt-eng.h.

Constructor & Destructor Documentation

◆ text_parser()

text_parser::text_parser ( void  )
inline

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

◆ ~text_parser()

virtual text_parser::~text_parser ( void  )
virtualdefault

Member Function Documentation

◆ parse() [1/2]

virtual text_element* text_parser::parse ( const std::string s)
pure virtual

◆ parse() [2/2]

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

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

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


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