MCPcopy Create free account
hub / github.com/StrongPC123/Far-Cry-1-Source-Full / Mid

Method Mid

ResourceCompiler/PortableString.h:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 size_t GetLength() const {return length();}
21
22 CPortableString Mid( int iFirst ) const {return iFirst<length() ? c_str() + iFirst : CPortableString();}
23 CPortableString Mid (int iFirst, int nCount) const {return iFirst<length() ? CPortableString(c_str()+iFirst, nCount):CPortableString();}
24 CPortableString Right (int nCount)const
25 {

Callers 15

RemoveBackslashFunction · 0.80
LoadBufMethod · 0.80
ParseParamMethod · 0.80
OnBnClickedUpMethod · 0.80
FillLookinControlMethod · 0.80
OnCbnSelendokLookinMethod · 0.80
RefreshMethod · 0.80
RecurseDirectoryMethod · 0.80
LoadFilesMethod · 0.80
FillFilesMethod · 0.80
GetGroupNameMethod · 0.80
GetShortNameMethod · 0.80

Calls 2

CPortableStringClass · 0.85
lengthFunction · 0.50

Tested by

no test coverage detected