Go to the source code of this file.
#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);
\
Definition at line 1631 of file dt.cpp.
1632 if (LStr.
Empty()){
return RStr;}
1633 else if (RStr.
Empty()){
return LStr;}
1634 else {
return TStr(LStr)+=RStr;}
TStr operator+ |
( |
const TStr & |
LStr, |
|
|
const char * |
RCStr |
|
) |
| |
Definition at line 1637 of file dt.cpp.
1638 return TStr(LStr)+=RCStr;