VTK
|
#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 |
Definition at line 193 of file vtkVRMLImporter_Yacc.h.
Enumerator | |
---|---|
YY_BUFFER_NEW | |
YY_BUFFER_NORMAL | |
YY_BUFFER_EOF_PENDING |
Definition at line 222 of file vtkVRMLImporter_Yacc.h.
FILE* vtkVRMLYaccData::yy_buffer_state::yy_input_file |
Definition at line 195 of file vtkVRMLImporter_Yacc.h.
char* vtkVRMLYaccData::yy_buffer_state::yy_ch_buf |
Definition at line 197 of file vtkVRMLImporter_Yacc.h.
char* vtkVRMLYaccData::yy_buffer_state::yy_buf_pos |
Definition at line 198 of file vtkVRMLImporter_Yacc.h.
int vtkVRMLYaccData::yy_buffer_state::yy_buf_size |
Definition at line 203 of file vtkVRMLImporter_Yacc.h.
int vtkVRMLYaccData::yy_buffer_state::yy_n_chars |
Definition at line 208 of file vtkVRMLImporter_Yacc.h.
int vtkVRMLYaccData::yy_buffer_state::yy_is_interactive |
Definition at line 215 of file vtkVRMLImporter_Yacc.h.
int vtkVRMLYaccData::yy_buffer_state::yy_fill_buffer |
Definition at line 220 of file vtkVRMLImporter_Yacc.h.
YY_BUFFER_STATUS_STATE vtkVRMLYaccData::yy_buffer_state::yy_buffer_status |
Definition at line 237 of file vtkVRMLImporter_Yacc.h.