MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / begin

Method begin

WinArk/LocationManager.h:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 int GetCount() const;
13
14 auto begin() {
15 return _items.begin();
16 }
17
18 auto end() {
19 return _items.end();

Callers 15

SettingMethod · 0.45
DoSortMethod · 0.45
OnTimerMethod · 0.45
DoSortMethod · 0.45
OnInitDialogMethod · 0.45
DoSortMethod · 0.45
SortsorteddataMethod · 0.45
DeletesorteddataMethod · 0.45
OnShowJobMethod · 0.45
DoSortMethod · 0.45
RemoveFilterMethod · 0.45
DoSortMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected