GNU Octave  4.2.1
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_none Class Reference

#include "txt-eng.h"

Inheritance diagram for text_parser_none:
Inheritance graph
[legend]
Collaboration diagram for text_parser_none:
Collaboration graph
[legend]

Public Member Functions

 text_parser_none (void)
 
 ~text_parser_none (void)
 
text_elementparse (const std::string &s)
 

Static Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

text_parser_none::text_parser_none ( void  )
inline

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

text_parser_none::~text_parser_none ( void  )
inline

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

Member Function Documentation

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

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

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

text_element* text_parser_none::parse ( const std::string s)
inlinevirtual

Implements text_parser.

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


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