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

Method SetAt

DuiLib/Utils/Utils.cpp:231–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229 }
230
231 bool CStdPtrArray::SetAt(int iIndex, LPVOID pData)
232 {
233 if( iIndex < 0 || iIndex >= m_nCount ) return false;
234 m_ppVoid[iIndex] = pData;
235 return true;
236 }
237
238 bool CStdPtrArray::Remove(int iIndex)
239 {

Callers 2

SetTextMethod · 0.80
UIManager.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected