| 
    SNAP Library 2.3, Developer 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.
References THash< TKey, TDat, THashFunc >::Clr(), and StrH.

Definition at line 3 of file xdt.cpp.
References THash< TKey, TDat, THashFunc >::AddKey(), THash< TKey, TDat, THashFunc >::GetKey(), Hits, THash< TKey, TDat, THashFunc >::IsKey(), Rqs, and StrH.

      
  | 
  inline | 
Definition at line 13 of file xdt.h.
References THash< TKey, TDat, THashFunc >::Save(), and StrH.

      
  | 
  private | 
Definition at line 6 of file xdt.h.
Referenced by GetStr(), and operator=().
      
  | 
  private | 
Definition at line 6 of file xdt.h.
Referenced by GetStr(), and operator=().
      
  | 
  private |