![]() |
Recast Navigation
Navigation-mesh Toolset for Games
|
stdio file implementation. More...
#include <SampleInterfaces.h>
Public Member Functions | |
| FileIO ()=default | |
| FileIO (const FileIO &)=delete | |
| FileIO & | operator= (const FileIO &)=delete |
| FileIO (FileIO &&)=default | |
| FileIO & | operator= (FileIO &&)=default |
| ~FileIO () override | |
| bool | openForWrite (const char *path) |
| bool | openForRead (const char *path) |
| bool | isWriting () const override |
| bool | isReading () const override |
| bool | write (const void *ptr, size_t size) override |
| bool | read (void *ptr, size_t size) override |
| size_t | getFileSize () const |
Public Member Functions inherited from duFileIO | |
| virtual | ~duFileIO () |
Static Public Member Functions | |
| static void | scanDirectory (const std::string &path, const std::string &ext, std::vector< std::string > &fileList) |
stdio file implementation.
|
default |
|
delete |
|
default |
|
override |
| size_t FileIO::getFileSize | ( | ) | const |
|
overridevirtual |
Implements duFileIO.
|
overridevirtual |
Implements duFileIO.
| bool FileIO::openForRead | ( | const char * | path | ) |
| bool FileIO::openForWrite | ( | const char * | path | ) |
|
overridevirtual |
Implements duFileIO.
|
static |
|
overridevirtual |
Implements duFileIO.