MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / ItemsCount

Method ItemsCount

Libraries/unrar/strlist.hpp:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 bool GetString(wchar **Str);
23 void Rewind();
24 size_t ItemsCount() {return StringsCount;};
25 size_t GetCharCount() {return StringData.Size();}
26 bool Search(const wchar *Str,bool CaseSensitive);
27 void SavePosition();

Callers 7

ParseDoneMethod · 0.80
ExclCheckMethod · 0.80
ListArchiveFunction · 0.80
GetNextMethod · 0.80
ExpandFolderMaskMethod · 0.80
GetFilteredMaskMethod · 0.80
ExtractCurrentFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected