Go to the source code of this file.
Define Documentation
#define __TEST |
( |
|
from, |
|
|
|
to, |
|
|
|
len |
|
) |
| |
Value:for (i = (from); i <= (to); i++) \
{ if ((i & 0xffff) == 0) printf("%d\r", i); \
r = SaveFrugalInt(p, i); s = LoadFrugalInt(p, j); \
IAssert(r == s); IAssert(i == j); IAssert(r - p == len); }
Function Documentation
Definition at line 1631 of file dt.cpp.
{
if (LStr.Empty()){return RStr;}
else if (RStr.Empty()){return LStr;}
else {return TStr(LStr)+=RStr;}
}
TStr operator+ |
( |
const TStr & |
LStr, |
|
|
const char * |
RCStr |
|
) |
| |