XLE
v0.02.0
|
Public Member Functions | |
void | AddSearchDirectory (StringSection< ResChar > dir) |
void | AddSearchDirectoryFromFilename (StringSection< ResChar > filename) |
void | ResolveFile (ResChar destination[], unsigned destinationCount, const ResChar baseName[]) const |
void | ResolveDirectory (ResChar destination[], unsigned destinationCount, const ResChar baseName[]) const |
bool | HasDirectory (StringSection< ResChar > dir) |
const ResChar * | GetFirstSearchDir () const |
void | Merge (const DirectorySearchRules &mergeFrom) |
DirectorySearchRules (const DirectorySearchRules &) | |
DirectorySearchRules & | operator= (const DirectorySearchRules &) |
Protected Attributes | |
ResChar | _buffer [512] |
std::vector< ResChar > | _bufferOverflow |
unsigned | _startOffsets [8] |
unsigned | _bufferUsed |
unsigned | _startPointCount |