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
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

_MIOPos Struct Reference

MIOPos: More...

#include <mio.h>

Public Attributes

MIOType type
 
union {
   fpos_t   file
 
   size_t   mem
 
impl
 

Detailed Description

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.

Definition at line 101 of file mio.h.

Member Data Documentation

◆ file

fpos_t _MIOPos::file

Definition at line 108 of file mio.h.

◆ 

union { ... } _MIOPos::impl

◆ mem

size_t _MIOPos::mem

Definition at line 109 of file mio.h.

◆ type

MIOType _MIOPos::type

Definition at line 103 of file mio.h.


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