| 
    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 
   | 
  
  
  
 
#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 | 
| TDbStr::TDbStr | ( | ) |  [inline] | 
        
| TDbStr::TDbStr | ( | const TDbStr & | DbStr | ) |  [inline] | 
        
| TDbStr::TDbStr | ( | const TStr & | _Str1 | ) |  [inline] | 
        
| TDbStr::TDbStr | ( | const TStr & | _Str1, | 
| const TStr & | _Str2 | ||
| ) |  [inline] | 
        
| TDbStr::TDbStr | ( | TSIn & | SIn | ) |  [inline, explicit] | 
        
| bool TDbStr::Empty | ( | ) |  const [inline] | 
        
| bool TDbStr::Filled | ( | ) |  const [inline] | 
        
| int TDbStr::GetPrimHashCd | ( | ) |  const [inline] | 
        
Definition at line 744 of file dt.h.
References TStr::GetPrimHashCd(), Str1, and Str2.
                            {
    return Str1.GetPrimHashCd()+Str2.GetPrimHashCd();}

| int TDbStr::GetSecHashCd | ( | ) |  const [inline] | 
        
Definition at line 746 of file dt.h.
References TStr::GetSecHashCd(), Str1, and Str2.
                           {
    return Str1.GetSecHashCd()+Str2.GetSecHashCd();}

| TStr TDbStr::GetStr | ( | const TStr & | MidStr = TStr() | ) |  const [inline] | 
        
| bool TDbStr::operator< | ( | const TDbStr & | DbStr | ) |  const [inline] | 
        
| bool TDbStr::operator== | ( | const TDbStr & | DbStr | ) |  const [inline] | 
        
| void TDbStr::Save | ( | TSOut & | SOut | ) |  const [inline] | 
        
Definition at line 725 of file dt.h.
Referenced by Empty(), Filled(), GetPrimHashCd(), GetSecHashCd(), GetStr(), operator<(), operator=(), operator==(), and Save().
Definition at line 726 of file dt.h.
Referenced by Empty(), Filled(), GetPrimHashCd(), GetSecHashCd(), GetStr(), operator<(), operator=(), operator==(), and Save().