kodi
|
This is the complete list of members for NPT_File, including all inherited members.
Close() override (defined in NPT_File) | NPT_File | inlinevirtual |
CreateDir(const char *path) (defined in NPT_File) | NPT_File | static |
CreateDir(const char *path, bool create_intermediate_dirs) (defined in NPT_File) | NPT_File | static |
Exists(const char *path) (defined in NPT_File) | NPT_File | inlinestatic |
GetInfo(const char *path, NPT_FileInfo *info=NULL) (defined in NPT_File) | NPT_File | static |
GetInfo(NPT_FileInfo &info) (defined in NPT_File) | NPT_File | |
GetInputStream(NPT_InputStreamReference &stream) override (defined in NPT_File) | NPT_File | inlinevirtual |
GetOutputStream(NPT_OutputStreamReference &stream) override (defined in NPT_File) | NPT_File | inlinevirtual |
GetPath() (defined in NPT_File) | NPT_File | inline |
GetRoots(NPT_List< NPT_String > &roots) (defined in NPT_File) | NPT_File | static |
GetSize(const char *path, NPT_LargeSize &size) (defined in NPT_File) | NPT_File | static |
GetSize(NPT_LargeSize &size) (defined in NPT_File) | NPT_File | |
GetWorkingDir(NPT_String &path) (defined in NPT_File) | NPT_File | static |
ListDir(const char *path, NPT_List< NPT_String > &entries, NPT_Ordinal start=0, NPT_Cardinal count=0) (defined in NPT_File) | NPT_File | static |
ListDir(NPT_List< NPT_String > &entries) (defined in NPT_File) | NPT_File | |
Load(const char *path, NPT_DataBuffer &buffer, NPT_FileInterface::OpenMode mode=NPT_FILE_OPEN_MODE_READ) (defined in NPT_File) | NPT_File | static |
Load(const char *path, NPT_String &data, NPT_FileInterface::OpenMode mode=NPT_FILE_OPEN_MODE_READ) (defined in NPT_File) | NPT_File | static |
Load(NPT_DataBuffer &buffer) (defined in NPT_File) | NPT_File | |
m_Delegate (defined in NPT_File) | NPT_File | protected |
m_IsSpecial (defined in NPT_File) | NPT_File | protected |
m_Path (defined in NPT_File) | NPT_File | protected |
NPT_File(const char *path) (defined in NPT_File) | NPT_File | |
Open(OpenMode mode) override (defined in NPT_File) | NPT_File | inlinevirtual |
OpenMode typedef (defined in NPT_FileInterface) | NPT_FileInterface | |
operator=(const NPT_File &file) (defined in NPT_File) | NPT_File | |
Remove(const char *path, bool recurse=false) (defined in NPT_File) | NPT_File | static |
RemoveDir(const char *path) (defined in NPT_File) | NPT_File | static |
RemoveDir(const char *path, bool force_if_not_empty) (defined in NPT_File) | NPT_File | static |
RemoveFile(const char *path) (defined in NPT_File) | NPT_File | static |
Rename(const char *from_path, const char *to_path) (defined in NPT_File) | NPT_File | static |
Rename(const char *path) (defined in NPT_File) | NPT_File | |
Save(const char *path, NPT_String &data) (defined in NPT_File) | NPT_File | static |
Save(const char *path, const NPT_DataBuffer &buffer) (defined in NPT_File) | NPT_File | static |
Save(const NPT_DataBuffer &buffer) (defined in NPT_File) | NPT_File | |
~NPT_File() override (defined in NPT_File) | NPT_File | inline |
~NPT_FileInterface() (defined in NPT_FileInterface) | NPT_FileInterface | inlinevirtual |