SNAP Library 6.0, Developer Reference
2020-12-09 16:24:20
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 751 of file dt.h.
References TStr::Empty().
|
inline |
Definition at line 752 of file dt.h.
References TStr::Empty().
Referenced by GetStr().
|
inline |
Definition at line 746 of file dt.h.
References TStr::GetPrimHashCd().
|
inline |
Definition at line 748 of file dt.h.
References TStr::GetSecHashCd().
|
inline |
|
inline |
|
inline |
Definition at line 735 of file dt.h.
References TStr::Save().
TStr TDbStr::Str1 |
Definition at line 727 of file dt.h.
Referenced by operator<(), operator=(), and operator==().
TStr TDbStr::Str2 |
Definition at line 728 of file dt.h.
Referenced by GetStr(), operator<(), operator=(), and operator==().