NCBI C++ ToolKit
Public Attributes | List of all members
yy_buffer_state Struct Reference

Search Toolkit Book for yy_buffer_state

Public Attributes

FILE * yy_input_file
 
char * yy_ch_buf
 
char * yy_buf_pos
 
yy_size_t yy_buf_size
 
int yy_n_chars
 
int yy_is_our_buffer
 
int yy_is_interactive
 
int yy_at_bol
 
int yy_fill_buffer
 
int yy_buffer_status
 

Detailed Description

Definition at line 162 of file lex.newick.cpp.

Member Data Documentation

◆ yy_at_bol

int yy_buffer_state::yy_at_bol

Definition at line 196 of file lex.newick.cpp.

◆ yy_buf_pos

char* yy_buffer_state::yy_buf_pos

Definition at line 167 of file lex.newick.cpp.

Referenced by if(), and newick_load_buffer_state().

◆ yy_buf_size

yy_size_t yy_buffer_state::yy_buf_size

Definition at line 172 of file lex.newick.cpp.

Referenced by yy_get_next_buffer().

◆ yy_buffer_status

int yy_buffer_state::yy_buffer_status

Definition at line 203 of file lex.newick.cpp.

Referenced by newicklex(), and yy_get_next_buffer().

◆ yy_ch_buf

char* yy_buffer_state::yy_ch_buf

Definition at line 166 of file lex.newick.cpp.

Referenced by newicklex(), and yy_get_next_buffer().

◆ yy_fill_buffer

int yy_buffer_state::yy_fill_buffer

Definition at line 201 of file lex.newick.cpp.

Referenced by yy_get_next_buffer().

◆ yy_input_file

FILE* yy_buffer_state::yy_input_file

Definition at line 164 of file lex.newick.cpp.

Referenced by newick_load_buffer_state(), and newicklex().

◆ yy_is_interactive

int yy_buffer_state::yy_is_interactive

Definition at line 190 of file lex.newick.cpp.

◆ yy_is_our_buffer

int yy_buffer_state::yy_is_our_buffer

Definition at line 183 of file lex.newick.cpp.

◆ yy_n_chars

int yy_buffer_state::yy_n_chars

Definition at line 177 of file lex.newick.cpp.

Referenced by if(), newick_load_buffer_state(), newicklex(), and yy_get_next_buffer().


The documentation for this struct was generated from the following file:
Modified on Fri Sep 20 14:57:04 2024 by modify_doxy.py rev. 669887