SNAP Library 4.0, Developer Reference
2017-07-27 13:18:06
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 748 of file dt.h.
References TStr::Empty(), Str1, and Str2.
|
inline |
|
inline |
Definition at line 743 of file dt.h.
References TStr::GetPrimHashCd(), Str1, and Str2.
|
inline |
Definition at line 745 of file dt.h.
References TStr::GetSecHashCd(), Str1, and Str2.
|
inline |
|
inline |
|
inline |
Definition at line 732 of file dt.h.
References TStr::Save(), Str1, and Str2.
TStr TDbStr::Str1 |
Definition at line 724 of file dt.h.
Referenced by Empty(), Filled(), GetPrimHashCd(), GetSecHashCd(), GetStr(), operator<(), operator=(), operator==(), and Save().
TStr TDbStr::Str2 |
Definition at line 725 of file dt.h.
Referenced by Empty(), Filled(), GetPrimHashCd(), GetSecHashCd(), GetStr(), operator<(), operator=(), operator==(), and Save().