24 static bool GRAYCALL IsBoolTrue(
const char* pszStr,
bool bHead =
false);
25 static bool GRAYCALL IsBoolFalse(
const char* pszStr,
bool bHead =
false);
27 static const char*
GRAYCALL GetArticleAndSpace(
const char* pszWords);
28 static bool GRAYCALL IsPlural(
const char* pszWord);
29 static INT_PTR
GRAYCALL GetFixedIntRef(
const char*& rpszExp,
int nPlaces);
#define GRAYCORE_LINK
Definition: GrayCore.h:47
#define GRAYCALL
declare calling convention for static functions so everyone knows the arg passing scheme....
Definition: GrayCore.h:36
#define UNITTEST_FRIEND(n)
Define this in the class body to be unit tested. Allow the unit test to access private/protected stuf...
Definition: cUnitTestDecl.h:17
< The main namespace for all Core functions.
Definition: GrayCore.cpp:14
int StrLen_t
the length of a string in chars (bytes for UTF8, wchar_t for UNICODE). or offset in characters....
Definition: StrConst.h:32
DECLARE_INTERFACE(IRandomNoise)
int ITERATE_t
like size_t but signed
Definition: Index.h:28
Definition: cIniBase.h:28