MCPcopy Create free account
hub / github.com/MyGUI/mygui / getItemCount

Method getItemCount

UnitTests/UnitTest_MultiList/BiIndexData.h:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 {
16 public:
17 size_t getItemCount() const
18 {
19 return mItemsInfo.size();
20 }
21
22 void insertItemAt(size_t _index, std::string_view _name, size_t _data);
23

Callers 6

checkListMethod · 0.45
BeginMethod · 0.45
checkMultiListMethod · 0.45
BeginMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 4

checkListMethod · 0.36
BeginMethod · 0.36
checkMultiListMethod · 0.36
BeginMethod · 0.36