#include <gwenhywfar/iolayer.h>
#include <gwenhywfar/buffer.h>
Go to the source code of this file.
Defines | |
Makro Defining the Type Name | |
#define | GWEN_IO_LAYER_MEMORY_TYPE "memory" |
Functions | |
Constructors | |
GWENHYWFAR_API GWEN_IO_LAYER * | GWEN_Io_LayerMemory_fromString (const uint8_t *p, int size) |
GWENHYWFAR_API GWEN_IO_LAYER * | GWEN_Io_LayerMemory_new (GWEN_BUFFER *buffer) |
Informational Functions | |
GWENHYWFAR_API GWEN_BUFFER * | GWEN_Io_LayerMemory_GetBuffer (const GWEN_IO_LAYER *io) |