VTK  9.3.20240327
Public Types | Public Attributes | List of all members
vtkVRMLYaccData::yy_buffer_state Struct Reference

#include <vtkVRMLImporter_Yacc.h>

Public Types

enum  YY_BUFFER_STATUS_STATE { YY_BUFFER_NEW =0 , YY_BUFFER_NORMAL =1 , YY_BUFFER_EOF_PENDING =2 }
 

Public Attributes

FILE * yy_input_file
 
char * yy_ch_buf
 
char * yy_buf_pos
 
int yy_buf_size
 
int yy_n_chars
 
int yy_is_interactive
 
int yy_fill_buffer
 
YY_BUFFER_STATUS_STATE yy_buffer_status
 

Detailed Description

Definition at line 186 of file vtkVRMLImporter_Yacc.h.

Member Enumeration Documentation

◆ YY_BUFFER_STATUS_STATE

Enumerator
YY_BUFFER_NEW 
YY_BUFFER_NORMAL 
YY_BUFFER_EOF_PENDING 

Definition at line 215 of file vtkVRMLImporter_Yacc.h.

Member Data Documentation

◆ yy_input_file

FILE* vtkVRMLYaccData::yy_buffer_state::yy_input_file

Definition at line 188 of file vtkVRMLImporter_Yacc.h.

◆ yy_ch_buf

char* vtkVRMLYaccData::yy_buffer_state::yy_ch_buf

Definition at line 190 of file vtkVRMLImporter_Yacc.h.

◆ yy_buf_pos

char* vtkVRMLYaccData::yy_buffer_state::yy_buf_pos

Definition at line 191 of file vtkVRMLImporter_Yacc.h.

◆ yy_buf_size

int vtkVRMLYaccData::yy_buffer_state::yy_buf_size

Definition at line 196 of file vtkVRMLImporter_Yacc.h.

◆ yy_n_chars

int vtkVRMLYaccData::yy_buffer_state::yy_n_chars

Definition at line 201 of file vtkVRMLImporter_Yacc.h.

◆ yy_is_interactive

int vtkVRMLYaccData::yy_buffer_state::yy_is_interactive

Definition at line 208 of file vtkVRMLImporter_Yacc.h.

◆ yy_fill_buffer

int vtkVRMLYaccData::yy_buffer_state::yy_fill_buffer

Definition at line 213 of file vtkVRMLImporter_Yacc.h.

◆ yy_buffer_status

YY_BUFFER_STATUS_STATE vtkVRMLYaccData::yy_buffer_state::yy_buffer_status

Definition at line 230 of file vtkVRMLImporter_Yacc.h.


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