|
SNAP Library 2.3, User Reference
2014-06-16 11:58:46
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <xdt.h>
Public Member Functions | |
| TStrCache (const int &ExpectedStrs=0) | |
| TStrCache (const TStrCache &StrCache) | |
| TStrCache (TSIn &SIn) | |
| void | Save (TSOut &SOut) |
| TStrCache & | operator= (const TStrCache &StrCache) |
| void | Clr () |
| TStr | GetStr (const TStr &Str) |
Private Attributes | |
| TStrH | StrH |
| int | Hits |
| int | Rqs |
|
inline |
Definition at line 18 of file xdt.h.