| 
    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 <dt.h>

Public Member Functions | |
| TDbStr () | |
| TDbStr (const TDbStr &DbStr) | |
| TDbStr (const TStr &_Str1) | |
| TDbStr (const TStr &_Str1, const TStr &_Str2) | |
| TDbStr (TSIn &SIn) | |
| void | Save (TSOut &SOut) const | 
| TDbStr & | operator= (const TDbStr &DbStr) | 
| bool | operator== (const TDbStr &DbStr) const | 
| bool | operator< (const TDbStr &DbStr) const | 
| TStr | GetStr (const TStr &MidStr=TStr()) const | 
| int | GetPrimHashCd () const | 
| int | GetSecHashCd () const | 
| bool | Empty () const | 
| bool | Filled () const | 
Public Attributes | |
| TStr | Str1 | 
| TStr | Str2 | 
      
  | 
  inline | 
Definition at line 749 of file dt.h.
References TStr::Empty(), Str1, and Str2.

      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 744 of file dt.h.
References TStr::GetPrimHashCd(), Str1, and Str2.

      
  | 
  inline | 
Definition at line 746 of file dt.h.
References TStr::GetSecHashCd(), Str1, and Str2.

      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 733 of file dt.h.
References TStr::Save(), Str1, and Str2.

| TStr TDbStr::Str1 | 
Definition at line 725 of file dt.h.
Referenced by Empty(), Filled(), GetPrimHashCd(), GetSecHashCd(), GetStr(), operator<(), operator=(), operator==(), and Save().
| TStr TDbStr::Str2 | 
Definition at line 726 of file dt.h.
Referenced by Empty(), Filled(), GetPrimHashCd(), GetSecHashCd(), GetStr(), operator<(), operator=(), operator==(), and Save().