SNAP Library 2.0, User Reference
2013-05-13 16:33:57
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 |
TStrCache::TStrCache | ( | const int & | ExpectedStrs = 0 | ) | [inline] |
TStrCache::TStrCache | ( | const TStrCache & | StrCache | ) | [inline] |
TStrCache::TStrCache | ( | TSIn & | SIn | ) | [inline] |
void TStrCache::Clr | ( | ) | [inline] |
TStr TStrCache::GetStr | ( | const TStr & | Str | ) |
void TStrCache::Save | ( | TSOut & | SOut | ) | [inline] |
int TStrCache::Hits [private] |
int TStrCache::Rqs [private] |
TStrH TStrCache::StrH [private] |