Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
CStdPtrArray
Method · 0.80
AddAt
Method · 0.80
AddChildNode
Method · 0.80
RemoveAt
Method · 0.80
GetChildNode
Method · 0.80
GetLastNode
Method · 0.80
GetText
Method · 0.80
Selected
Method · 0.80
SetResourcePath
Method · 0.80
MessageHandler
Method · 0.80
AddOptionGroup
Method · 0.80
RemoveOptionGroup
Method · 0.80
Calls
2
GetSize
Function · 0.50
GetData
Method · 0.45
Tested by
no test coverage detected