#include <CChemEqParser.h>
◆ CChemEqParser() [1/2]
CChemEqParser::CChemEqParser |
( |
std::istream & |
arg_yyin, |
|
|
std::ostream & |
arg_yyout |
|
) |
| |
◆ CChemEqParser() [2/2]
CChemEqParser::CChemEqParser |
( |
std::istream * |
arg_yyin = 0 , |
|
|
std::ostream * |
arg_yyout = 0 |
|
) |
| |
◆ ~ CChemEqParser()
◆ ctor_common()
void CChemEqParser::ctor_common |
( |
| ) |
|
|
private |
◆ LexerError()
virtual void CChemEqParser::LexerError |
( |
const char * |
msg | ) |
|
|
protectedvirtual |
◆ LexerInput()
virtual int CChemEqParser::LexerInput |
( |
char * |
buf, |
|
|
int |
max_size |
|
) |
| |
|
protectedvirtual |
◆ LexerOutput()
virtual void CChemEqParser::LexerOutput |
( |
const char * |
buf, |
|
|
int |
size |
|
) |
| |
|
protectedvirtual |
◆ switch_streams() [1/2]
virtual void CChemEqParser::switch_streams |
( |
std::istream & |
new_in, |
|
|
std::ostream & |
new_out |
|
) |
| |
|
virtual |
◆ switch_streams() [2/2]
virtual void CChemEqParser::switch_streams |
( |
std::istream * |
new_in = 0 , |
|
|
std::ostream * |
new_out = 0 |
|
) |
| |
|
virtual |
◆ yy_create_buffer() [1/2]
yy_buffer_state* CChemEqParser::yy_create_buffer |
( |
std::istream & |
s, |
|
|
int |
size |
|
) |
| |
|
virtual |
◆ yy_create_buffer() [2/2]
yy_buffer_state* CChemEqParser::yy_create_buffer |
( |
std::istream * |
s, |
|
|
int |
size |
|
) |
| |
|
virtual |
◆ yy_delete_buffer()
◆ yy_flush_buffer()
◆ yy_get_next_buffer()
int CChemEqParser::yy_get_next_buffer |
( |
| ) |
|
|
protected |
◆ yy_get_previous_state()
◆ yy_init_buffer()
void CChemEqParser::yy_init_buffer |
( |
yy_buffer_state * |
b, |
|
|
std::istream & |
s |
|
) |
| |
|
protected |
◆ yy_load_buffer_state()
void CChemEqParser::yy_load_buffer_state |
( |
| ) |
|
|
protected |
◆ yy_pop_state()
void CChemEqParser::yy_pop_state |
( |
| ) |
|
|
protected |
◆ yy_push_state()
void CChemEqParser::yy_push_state |
( |
int |
new_state | ) |
|
|
protected |
◆ yy_switch_to_buffer()
◆ yy_top_state()
int CChemEqParser::yy_top_state |
( |
| ) |
|
|
protected |
◆ yy_try_NUL_trans()
◆ yyensure_buffer_stack()
void CChemEqParser::yyensure_buffer_stack |
( |
void |
| ) |
|
|
protected |
◆ yyinput()
int CChemEqParser::yyinput |
( |
| ) |
|
|
protected |
◆ yylex()
virtual int CChemEqParser::yylex |
( |
| ) |
|
|
virtual |
◆ yypop_buffer_state()
void CChemEqParser::yypop_buffer_state |
( |
| ) |
|
◆ yypush_buffer_state()
◆ yyrestart() [1/2]
void CChemEqParser::yyrestart |
( |
std::istream & |
s | ) |
|
|
virtual |
◆ yyrestart() [2/2]
void CChemEqParser::yyrestart |
( |
std::istream * |
s | ) |
|
|
virtual |
◆ yyunput()
void CChemEqParser::yyunput |
( |
int |
c, |
|
|
char * |
buf_ptr |
|
) |
| |
|
protected |
◆ yywrap()
int CChemEqParser::yywrap |
( |
| ) |
|
|
virtual |
◆ yy_buffer_stack
◆ yy_buffer_stack_max
size_t CChemEqParser::yy_buffer_stack_max |
|
protected |
◆ yy_buffer_stack_top
size_t CChemEqParser::yy_buffer_stack_top |
|
protected |
◆ yy_c_buf_p
char* CChemEqParser::yy_c_buf_p |
|
protected |
◆ yy_did_buffer_switch_on_eof
int CChemEqParser::yy_did_buffer_switch_on_eof |
|
protected |
◆ yy_full_lp
int CChemEqParser::yy_full_lp |
|
protected |
◆ yy_full_match
char* CChemEqParser::yy_full_match |
|
protected |
◆ yy_full_state
int* CChemEqParser::yy_full_state |
|
protected |
◆ yy_hold_char
char CChemEqParser::yy_hold_char |
|
protected |
◆ yy_init
int CChemEqParser::yy_init |
|
protected |
◆ yy_last_accepting_cpos
char* CChemEqParser::yy_last_accepting_cpos |
|
protected |
◆ yy_last_accepting_state
◆ yy_looking_for_trail_begin
int CChemEqParser::yy_looking_for_trail_begin |
|
protected |
◆ yy_lp
◆ yy_more_flag
int CChemEqParser::yy_more_flag |
|
protected |
◆ yy_more_len
int CChemEqParser::yy_more_len |
|
protected |
◆ yy_more_offset
int CChemEqParser::yy_more_offset |
|
protected |
◆ yy_n_chars
int CChemEqParser::yy_n_chars |
|
protected |
◆ yy_prev_more_offset
int CChemEqParser::yy_prev_more_offset |
|
protected |
◆ yy_start
int CChemEqParser::yy_start |
|
protected |
◆ yy_start_stack
int* CChemEqParser::yy_start_stack |
|
protected |
◆ yy_start_stack_depth
int CChemEqParser::yy_start_stack_depth |
|
protected |
◆ yy_start_stack_ptr
int CChemEqParser::yy_start_stack_ptr |
|
protected |
◆ yy_state_buf
◆ yy_state_ptr
◆ yyin
std::istream CChemEqParser::yyin |
|
protected |
◆ yyout
std::ostream CChemEqParser::yyout |
|
protected |
The documentation for this class was generated from the following files: