Path Tracer
Classes | Macros | Typedefs
cfileio.h File Reference

Defines generic C routines to access memory-mapped files. More...

#include <assimp/types.h>

Go to the source code of this file.

Classes

struct  aiFileIO
 C-API: File system callbacks. More...
 
struct  aiFile
 C-API: File callbacks. More...
 

Typedefs

typedef size_t(* aiFileWriteProc) (C_STRUCT aiFile *, const char *, size_t, size_t)
 
typedef size_t(* aiFileReadProc) (C_STRUCT aiFile *, char *, size_t, size_t)
 
typedef size_t(* aiFileTellProc) (C_STRUCT aiFile *)
 
typedef void(* aiFileFlushProc) (C_STRUCT aiFile *)
 
typedef C_ENUM aiReturn(* aiFileSeek) (C_STRUCT aiFile *, size_t, C_ENUM aiOrigin)
 
typedef C_STRUCT aiFile *(* aiFileOpenProc) (C_STRUCT aiFileIO *, const char *, const char *)
 
typedef void(* aiFileCloseProc) (C_STRUCT aiFileIO *, C_STRUCT aiFile *)
 
typedef char * aiUserData
 

Detailed Description

Defines generic C routines to access memory-mapped files.