| 
    SNAP Library 2.0, Developer Reference
    2013-05-13 16:33:57
    
   SNAP, a general purpose, high performance system for analysis and manipulation of large networks 
   | 
  
  
  
 

Go to the source code of this file.
Defines | |
| #define | __TEST(from, to, len) | 
Functions | |
| TStr | operator+ (const TStr &LStr, const TStr &RStr) | 
| TStr | operator+ (const TStr &LStr, const char *RCStr) | 
| #define __TEST | ( | from, | |
| to, | |||
| len | |||
| ) | 
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); }
Referenced by TInt::TestFrugalInt().