block_ | YCompoundFiles::CompoundFile | protected |
blocksIndices_ | YCompoundFiles::CompoundFile | protected |
ChangeDirectory(const wchar_t *path) | YCompoundFiles::CompoundFile | |
ChangeDirectory(const char *path) | YCompoundFiles::CompoundFile | |
Close() | YCompoundFiles::CompoundFile | |
CompoundFile() | YCompoundFiles::CompoundFile | |
Create(const wchar_t *filename) | YCompoundFiles::CompoundFile | |
Create(const char *filename) | YCompoundFiles::CompoundFile | |
currentDirectory_ | YCompoundFiles::CompoundFile | protected |
DataSize(size_t startIndex, bool isBig) | YCompoundFiles::CompoundFile | protected |
DecreaseLocationReferences(std::vector< size_t > indices) | YCompoundFiles::CompoundFile | protected |
DecreasePropertyReferences(PropertyTree *parentTree, size_t index) | YCompoundFiles::CompoundFile | protected |
DeletePropertyTree(PropertyTree *tree) | YCompoundFiles::CompoundFile | protected |
DelTree(const wchar_t *path) | YCompoundFiles::CompoundFile | |
DelTree(const char *path) | YCompoundFiles::CompoundFile | |
DIRECTORY_NOT_EMPTY enum value | YCompoundFiles::CompoundFile | |
DIRECTORY_NOT_FOUND enum value | YCompoundFiles::CompoundFile | |
DirectoryList(std::vector< std::vector< wchar_t > > &list, const wchar_t *path=0) | YCompoundFiles::CompoundFile | |
DUPLICATE_PROPERTY enum value | YCompoundFiles::CompoundFile | |
ExpandBATArray(bool isBig) | YCompoundFiles::CompoundFile | protected |
file_ | YCompoundFiles::CompoundFile | protected |
FILE_NOT_FOUND enum value | YCompoundFiles::CompoundFile | |
FileSize(const wchar_t *path, size_t &size) | YCompoundFiles::CompoundFile | |
FileSize(const char *path, size_t &size) | YCompoundFiles::CompoundFile | |
FindProperty(size_t index) | YCompoundFiles::CompoundFile | protected |
FindProperty(const wchar_t *path) | YCompoundFiles::CompoundFile | protected |
FindProperty(PropertyTree *parentTree, wchar_t *name) | YCompoundFiles::CompoundFile | protected |
FreeBlocks(std::vector< size_t > &indices, bool isBig) | YCompoundFiles::CompoundFile | protected |
GetBlockIndices(size_t startIndex, std::vector< size_t > &indices, bool isBig) | YCompoundFiles::CompoundFile | protected |
GetFreeBlockIndex(bool isBig) | YCompoundFiles::CompoundFile | protected |
header_ | YCompoundFiles::CompoundFile | protected |
IncreaseLocationReferences(std::vector< size_t > indices) | YCompoundFiles::CompoundFile | protected |
IncreasePropertyReferences(PropertyTree *parentTree, size_t index) | YCompoundFiles::CompoundFile | protected |
InsertPropertyTree(PropertyTree *parentTree, Property *property, size_t index) | YCompoundFiles::CompoundFile | protected |
INVALID_PATH enum value | YCompoundFiles::CompoundFile | |
IsOpen() | YCompoundFiles::CompoundFile | |
LinkBlocks(size_t from, size_t to, bool isBig) | YCompoundFiles::CompoundFile | protected |
LoadBAT() | YCompoundFiles::CompoundFile | protected |
LoadHeader() | YCompoundFiles::CompoundFile | protected |
LoadProperties() | YCompoundFiles::CompoundFile | protected |
MakeDirectory(const wchar_t *path) | YCompoundFiles::CompoundFile | |
MakeDirectory(const char *path) | YCompoundFiles::CompoundFile | |
MakeFile(const wchar_t *path) | YCompoundFiles::CompoundFile | |
MakeFile(const char *path) | YCompoundFiles::CompoundFile | |
MakeProperty(const wchar_t *path, Property *property) | YCompoundFiles::CompoundFile | protected |
NAME_TOO_LONG enum value | YCompoundFiles::CompoundFile | |
Open(const wchar_t *filename, std::ios_base::openmode mode=std::ios_base::in|std::ios_base::out) | YCompoundFiles::CompoundFile | |
Open(const char *filename, std::ios_base::openmode mode=std::ios_base::in|std::ios_base::out) | YCompoundFiles::CompoundFile | |
PresentWorkingDirectory(wchar_t *path) | YCompoundFiles::CompoundFile | |
PresentWorkingDirectory(std::vector< wchar_t > &path) | YCompoundFiles::CompoundFile | |
PresentWorkingDirectory(char *path) | YCompoundFiles::CompoundFile | |
PresentWorkingDirectory(std::vector< char > &path) | YCompoundFiles::CompoundFile | |
previousDirectories_ | YCompoundFiles::CompoundFile | protected |
properties_ | YCompoundFiles::CompoundFile | protected |
propertyTrees_ | YCompoundFiles::CompoundFile | protected |
ReadData(size_t startIndex, char *data, bool isBig) | YCompoundFiles::CompoundFile | protected |
ReadFile(const wchar_t *path, char *data) | YCompoundFiles::CompoundFile | |
ReadFile(const wchar_t *path, std::vector< char > &data) | YCompoundFiles::CompoundFile | |
ReadFile(const char *path, char *data) | YCompoundFiles::CompoundFile | |
ReadFile(const char *path, std::vector< char > &data) | YCompoundFiles::CompoundFile | |
RemoveDirectory(const wchar_t *path) | YCompoundFiles::CompoundFile | |
RemoveDirectory(const char *path) | YCompoundFiles::CompoundFile | |
RemoveFile(const wchar_t *path) | YCompoundFiles::CompoundFile | |
RemoveFile(const char *path) | YCompoundFiles::CompoundFile | |
SaveBAT() | YCompoundFiles::CompoundFile | protected |
SaveHeader() | YCompoundFiles::CompoundFile | protected |
SaveProperties() | YCompoundFiles::CompoundFile | protected |
sblocksIndices_ | YCompoundFiles::CompoundFile | protected |
SplitPath(const wchar_t *path, wchar_t *&parentpath, wchar_t *&propertyname) | YCompoundFiles::CompoundFile | protected |
SUCCESS enum value | YCompoundFiles::CompoundFile | |
UpdateChildrenIndices(PropertyTree *parentTree) | YCompoundFiles::CompoundFile | protected |
WriteData(const char *data, size_t size, int startIndex, bool isBig) | YCompoundFiles::CompoundFile | protected |
WriteFile(const wchar_t *path, const char *data, size_t size) | YCompoundFiles::CompoundFile | |
WriteFile(const wchar_t *path, const std::vector< char > &data, size_t size) | YCompoundFiles::CompoundFile | |
WriteFile(const char *path, char *data, size_t size) | YCompoundFiles::CompoundFile | |
WriteFile(const char *path, std::vector< char > &data, size_t size) | YCompoundFiles::CompoundFile | |
~CompoundFile() | YCompoundFiles::CompoundFile | |