|
@@ -12,9 +12,10 @@ namespace NResource {
|
|
|
|
|
|
typedef TVector<TResource> TResources;
|
|
|
|
|
|
+ bool Has(const TStringBuf key);
|
|
|
TString Find(const TStringBuf key);
|
|
|
bool FindExact(const TStringBuf key, TString* out);
|
|
|
- //perform full scan for now
|
|
|
+ /// @note Perform full scan for now.
|
|
|
void FindMatch(const TStringBuf subkey, TResources* out);
|
|
|
size_t Count() noexcept;
|
|
|
TStringBuf KeyByIndex(size_t idx);
|