MCPcopy Create free account
hub / github.com/EasyDarwin/EasyPusher / GetArrayData

Method GetArrayData

EasyPusher_Win/EasyPusher/IniFileLoad.cpp:247–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247CString CIniFileLoad::GetArrayData(CStringArray &array,int nIndex)
248{
249 int nSize=array.GetSize();
250 if(nIndex<0||nIndex>=nSize)
251 return _T("");
252 return array.GetAt(nIndex);
253}
254
255
256void CIniFileLoad::LoadDataIntAngle(CString strSection,CString strKey,int &nYPos,int &nZPos,int &nFocusPos)

Callers

nothing calls this directly

Calls 1

GetSizeMethod · 0.80

Tested by

no test coverage detected