The FFilePathRegistry class provides a mean of storing and manipulating file paths registries with custom filters.
◆ ~FFilePathRegistry()
FFilePathRegistry::~FFilePathRegistry |
( |
| ) |
|
◆ FFilePathRegistry()
FFilePathRegistry::FFilePathRegistry |
( |
| ) |
|
◆ AddFilter()
void FFilePathRegistry::AddFilter |
( |
const std::string & |
iFilter | ) |
|
◆ AddFilters()
void FFilePathRegistry::AddFilters |
( |
const tStringList & |
iFilters | ) |
|
◆ AddLookupPath()
void FFilePathRegistry::AddLookupPath |
( |
const std::string & |
iPath | ) |
|
◆ AddLookupPaths()
void FFilePathRegistry::AddLookupPaths |
( |
const tStringList & |
iPaths | ) |
|
◆ FilePathForClosestMatchingName()
const std::string FFilePathRegistry::FilePathForClosestMatchingName |
( |
const std::string & |
iName | ) |
const |
◆ FilePathForExactMatchingName()
const std::string FFilePathRegistry::FilePathForExactMatchingName |
( |
const std::string & |
iName | ) |
const |
◆ Filters()
const tStringList& FFilePathRegistry::Filters |
( |
| ) |
const |
◆ LookupPaths()
const tStringList& FFilePathRegistry::LookupPaths |
( |
| ) |
const |
◆ Parse()
void FFilePathRegistry::Parse |
( |
| ) |
|
◆ Records()
const tRecords& FFilePathRegistry::Records |
( |
| ) |
const |