GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave::text_parser_none Class Reference

#include "text-engine.h"

Inheritance diagram for octave::text_parser_none:
Collaboration diagram for octave::text_parser_none:

Public Member Functions

 text_parser_none (void)
 
 ~text_parser_none (void)=default
 
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 395 of file text-engine.h.

Constructor & Destructor Documentation

◆ text_parser_none()

octave::text_parser_none::text_parser_none ( void  )
inline

Definition at line 400 of file text-engine.h.

◆ ~text_parser_none()

octave::text_parser_none::~text_parser_none ( void  )
default

Member Function Documentation

◆ parse() [1/2]

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

Implements octave::text_parser.

Definition at line 409 of file text-engine.h.

◆ parse() [2/2]

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

Definition at line 449 of file text-engine.h.

References octave::base_parser::reset().


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