#include <FSCabinet.h>
Inheritance diagram for NSFileSystem::TFSCabinetTable:
Public Member Functions | |
~TFSCabinetTable (void) | |
Destructor. | |
TFSCabinetTable (const TFSCabinetTable &orig) | |
fake copy constructor | |
void | operator= (const TFSCabinetTable &orig) |
fake assignment operator | |
const TFSCabinetTableItem * | IsFileInCabinet (const TString &filename) const |
Determines whether specified file is contained inside cabinet. | |
Static Public Member Functions | |
static TFSCabinetTable * | LoadTableFromFile (const TString &filename) |
Loads cabinet table from specified file. |
Class defines method for loading table from cabinet file and methods for searching for specified files
Class has no public constructor. You must create it via static method LoadFromFile.
Definition at line 111 of file FSCabinet.h.
|
Destructor.
Definition at line 29 of file FSCabinet.cpp. |
|
fake copy constructor
|
|
Determines whether specified file is contained inside cabinet. If file is contained inside cabinet then pointer to structure with information about file is returned, otherwise NULL is returned.
Definition at line 154 of file FSCabinet.cpp. References TArrayPtrs< T, size, step >::Count(). Referenced by NSFileSystem::TFSCabinet::Exists(), and NSFileSystem::TFSCabinet::GetFile(). Here is the call graph for this function: ![]() |
|
Loads cabinet table from specified file. Return pointer to table or NULL while an error occured.
Definition at line 39 of file FSCabinet.cpp. References DBGTEXTF, FALSE, TFile::Open(), and TRUE. Referenced by NSFileSystem::TFSCabinet::LoadCabinet(). Here is the call graph for this function: ![]() |
|
fake assignment operator
|