GNU Octave
3.8.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(), text_parser::parse(), and parser.
|
inlinevirtual |
Implements text_parser.