GraphicsAPI_2020C
Classes | Namespaces | Macros
IOSystem.hpp File Reference

File system wrapper for C++. More...

#include "types.h"
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include <vector>
Include dependency graph for IOSystem.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Assimp::IOSystem
 CPP-API: Interface to the file system. More...
 

Namespaces

 Assimp
 Assimp's CPP-API and all internal APIs.
 

Detailed Description

File system wrapper for C++.

Inherit this class to supply custom file handling logic to the Import library.