GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "txt-eng.h"
Public Member Functions | |
text_parser_none (void) | |
~text_parser_none (void) | |
text_element * | parse (const std::string &s) |
Static Public Member Functions | |
static text_element * | parse (const std::string &s, const caseless_str &interpreter) |
|
inlinestaticinherited |
Definition at line 439 of file txt-eng.h.
References caseless_str::compare(), and text_parser::parse().
|
inlinevirtual |
Implements text_parser.