From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/class_yy_buffer_state.html | 370 ++++++++++++++++++++++++++++ 1 file changed, 370 insertions(+) create mode 100644 docs/doxygen/nel/class_yy_buffer_state.html (limited to 'docs/doxygen/nel/class_yy_buffer_state.html') diff --git a/docs/doxygen/nel/class_yy_buffer_state.html b/docs/doxygen/nel/class_yy_buffer_state.html new file mode 100644 index 00000000..dfd83040 --- /dev/null +++ b/docs/doxygen/nel/class_yy_buffer_state.html @@ -0,0 +1,370 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

yy_buffer_state Struct Reference

List of all members. + + + + + + + + + + + +

Public Attributes

istream* 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
+

Member Data Documentation

+

+ + + + +
+ + + + + +
+int yy_buffer_state::yy_at_bol +
+
+ + + + + +
+   + + +

+ +

+Definition at line 175 of file lexlang.cpp.

+

+ + + + +
+ + + + + +
+char * yy_buffer_state::yy_buf_pos +
+
+ + + + + +
+   + + +

+ +

+Definition at line 146 of file lexlang.cpp.

+

+ + + + +
+ + + + + +
+yy_size_t yy_buffer_state::yy_buf_size +
+
+ + + + + +
+   + + +

+ +

+Definition at line 151 of file lexlang.cpp.

+

+ + + + +
+ + + + + +
+int yy_buffer_state::yy_buffer_status +
+
+ + + + + +
+   + + +

+ +

+Definition at line 182 of file lexlang.cpp.

+

+ + + + +
+ + + + + +
+char * yy_buffer_state::yy_ch_buf +
+
+ + + + + +
+   + + +

+ +

+Definition at line 145 of file lexlang.cpp.

+

+ + + + +
+ + + + + +
+int yy_buffer_state::yy_fill_buffer +
+
+ + + + + +
+   + + +

+ +

+Definition at line 180 of file lexlang.cpp.

+

+ + + + +
+ + + + + +
+istream * yy_buffer_state::yy_input_file +
+
+ + + + + +
+   + + +

+ +

+Definition at line 143 of file lexlang.cpp.

+

+ + + + +
+ + + + + +
+int yy_buffer_state::yy_is_interactive +
+
+ + + + + +
+   + + +

+ +

+Definition at line 169 of file lexlang.cpp.

+

+ + + + +
+ + + + + +
+int yy_buffer_state::yy_is_our_buffer +
+
+ + + + + +
+   + + +

+ +

+Definition at line 162 of file lexlang.cpp.

+

+ + + + +
+ + + + + +
+int yy_buffer_state::yy_n_chars +
+
+ + + + + +
+   + + +

+ +

+Definition at line 156 of file lexlang.cpp.

+


The documentation for this struct was generated from the following file: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1