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

#include "text-engine.h"

Inheritance diagram for text_parser_tex:
text_parser

Public Member Functions

 text_parser_tex ()
 
 ~text_parser_tex ()
 
text_elementget_parse_result ()
 
void * get_scanner ()
 
text_elementparse (const std::string &s)
 
void set_parse_result (text_element *e)
 
- Public Member Functions inherited from text_parser
virtual ~text_parser ()=default
 

Additional Inherited Members

- Static Public Member Functions inherited from text_parser
static text_elementparse (const std::string &s, const caseless_str &interpreter)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ text_parser_tex()

text_parser_tex::text_parser_tex ( )
inline

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

◆ ~text_parser_tex()

text_parser_tex::~text_parser_tex ( )
inline

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

Member Function Documentation

◆ get_parse_result()

text_element* text_parser_tex::get_parse_result ( )
inline

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

◆ get_scanner()

void* text_parser_tex::get_scanner ( )
inline

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

References m_scanner.

◆ parse()

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

Implements text_parser.

Definition at line 1638 of file oct-tex-parser.cc.

References octave_tex_parse().

◆ set_parse_result()

void text_parser_tex::set_parse_result ( text_element e)
inline

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


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