MCPcopy Create free account
hub / github.com/cinience/RedisStudio / GetAt

Method GetAt

DuiLib/Utils/Utils.cpp:261–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259 }
260
261 LPVOID CStdPtrArray::GetAt(int iIndex) const
262 {
263 if( iIndex < 0 || iIndex >= m_nCount ) return NULL;
264 return m_ppVoid[iIndex];
265 }
266
267 LPVOID CStdPtrArray::operator[] (int iIndex) const
268 {

Callers 15

CStdPtrArrayMethod · 0.80
AddAtMethod · 0.80
AddChildNodeMethod · 0.80
RemoveAtMethod · 0.80
GetChildNodeMethod · 0.80
GetLastNodeMethod · 0.80
GetTextMethod · 0.80
SelectedMethod · 0.80
SetResourcePathMethod · 0.80
MessageHandlerMethod · 0.80
AddOptionGroupMethod · 0.80
RemoveOptionGroupMethod · 0.80

Calls 2

GetSizeFunction · 0.50
GetDataMethod · 0.45

Tested by

no test coverage detected