![]() |
Recast Navigation
Navigation-mesh Toolset for Games
|
stdio file implementation. More...
#include <SampleInterfaces.h>
Public Member Functions | |
| FileIO () | |
| virtual | ~FileIO () |
| bool | openForWrite (const char *path) |
| bool | openForRead (const char *path) |
| virtual bool | isWriting () const |
| virtual bool | isReading () const |
| virtual bool | write (const void *ptr, const size_t size) |
| virtual bool | read (void *ptr, const size_t size) |
Public Member Functions inherited from duFileIO | |
| virtual | ~duFileIO () |
stdio file implementation.
| FileIO::FileIO | ( | ) |
|
virtual |
|
virtual |
Implements duFileIO.
|
virtual |
Implements duFileIO.
| bool FileIO::openForRead | ( | const char * | path | ) |
| bool FileIO::openForWrite | ( | const char * | path | ) |
|
virtual |
Implements duFileIO.
|
virtual |
Implements duFileIO.