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

#include "txt-eng.h"

Inheritance diagram for text_parser_tex:
Collaboration diagram for text_parser_tex:

Public Member Functions

 text_parser_tex (void)
 
 ~text_parser_tex (void)
 
text_elementget_parse_result (void)
 
void * get_scanner (void)
 
text_elementparse (const std::string &s)
 
void set_parse_result (text_element *e)
 

Static Public Member Functions

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

Private Member Functions

void destroy_lexer (void)
 
bool init_lexer (const std::string &s)
 

Private Attributes

void * buffer_state
 
text_elementresult
 
void * scanner
 

Detailed Description

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

Constructor & Destructor Documentation

◆ text_parser_tex()

text_parser_tex::text_parser_tex ( void  )
inline

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

◆ ~text_parser_tex()

text_parser_tex::~text_parser_tex ( void  )
inline

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

Member Function Documentation

◆ destroy_lexer()

void text_parser_tex::destroy_lexer ( void  )
private

◆ get_parse_result()

text_element* text_parser_tex::get_parse_result ( void  )
inline

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

References result.

◆ get_scanner()

void* text_parser_tex::get_scanner ( void  )
inline

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

◆ init_lexer()

bool text_parser_tex::init_lexer ( const std::string s)
private

◆ parse() [1/2]

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

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

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

◆ parse() [2/2]

text_element* text_parser_tex::parse ( const std::string s)
virtual

Implements text_parser.

◆ set_parse_result()

void text_parser_tex::set_parse_result ( text_element e)
inline

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

References e, and result.

Member Data Documentation

◆ buffer_state

void* text_parser_tex::buffer_state
private

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

◆ result

text_element* text_parser_tex::result
private

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

◆ scanner

void* text_parser_tex::scanner
private

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


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