#include <gwenhywfar/iolayer.h>
Go to the source code of this file.
Defines | |
Makro Defining the Type Name | |
#define | GWEN_IO_LAYER_FILE_TYPE "file" |
Functions | |
Informational Functions | |
GWENHYWFAR_API int | GWEN_Io_LayerFile_GetReadFileDescriptor (const GWEN_IO_LAYER *io) |
GWENHYWFAR_API int | GWEN_Io_LayerFile_GetWriteFileDescriptor (const GWEN_IO_LAYER *io) |
Constructor | |
GWENHYWFAR_API GWEN_IO_LAYER * | GWEN_Io_LayerFile_new (int fdRead, int fdWrite) |