VSIMemFilesystemHandler Class Reference
List of all members.
Public Member Functions |
virtual VSIVirtualHandle * | Open (const char *pszFilename, const char *pszAccess) |
virtual int | Stat (const char *pszFilename, VSIStatBufL *pStatBuf) |
virtual int | Unlink (const char *pszFilename) |
virtual int | Mkdir (const char *pszDirname, long nMode) |
virtual int | Rmdir (const char *pszDirname) |
virtual char ** | ReadDir (const char *pszDirname) |
Static Public Member Functions |
static void | NormalizePath (CPLString &) |
Public Attributes |
std::map< CPLString, VSIMemFile * > | oFileList |
void * | hMutex |
The documentation for this class was generated from the following file: