MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / GetCount

Method GetCount

Libraries/TabbingFramework/CustomTabCtrl.h:676–679  ·  view source on GitHub ↗

Real CAtlArray: size_t GetCount() const throw();

Source from the content-addressed store, hash-verified

674
675 //Real CAtlArray: size_t GetCount() const throw();
676 size_t GetCount() const
677 {
678 return m_nSize;
679 }
680
681 //Real CAtlArray: void InsertAt( size_t iElement, INARGTYPE element, size_t nCount = 1 );
682 void InsertAt( size_t nIndex, E& element )

Callers 15

get_CountMethod · 0.80
OnKeyDownFunction · 0.80
OnGetToolTipInfoFunction · 0.80
UpdateLayoutFunction · 0.80
UpdateLayout_ScrollToFitFunction · 0.80
DoPaintFunction · 0.80
InsertItemFunction · 0.80
MoveItemFunction · 0.80
SwapItemPositionsFunction · 0.80
DeleteItemFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected