geany
1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
![]() ![]() |
MIOPos: More...
#include <mio.h>
Public Attributes | |
MIOType | type |
union { | |
fpos_t file | |
size_t mem | |
} | impl |
MIOPos:
An object representing the state of a MIO stream. This object can be statically allocated but all its fields are private and should not be accessed directly.
union { ... } _MIOPos::impl |