class GenericResourceCatalog
Defined in:
Represents a generic resource repository.
C4Resources.h
Definition
class GenericResourceCatalog : public ResourceCatalog
Member Functions
GenericResourceCatalog::GetResourcePath |
Returns the path to a resource file. |
Constructor
GenericResourceCatalog(const char *root);
Parameters
root |
The path to the root of the directory tree. |
Description
The GenericResourceCatalog
class represents a resource repository consisting of all the individual files inside the root directory given by the root
parameter. The names of resources inside a generic resource catalog are the complete path inside this directory, beginning with the first directory name beneath the root directory.
Base Classes
ResourceCatalog |
A GenericResourceCatalog is a specialized ResourceCatalog .
|
See Also