|
SNAP Library 3.0, User Reference
2016-07-20 17:56:49
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <dt.h>
Public Member Functions | |
| TRStr () | |
| TRStr (const int &Len) | |
| TRStr (const char *CStr) | |
| TRStr (const char *CStr, const int &MxLen) | |
| TRStr (const char *CStr1, const char *CStr2) | |
| TRStr (const char &Ch) | |
| TRStr (const char &Ch1, const char &Ch2) | |
| ~TRStr () | |
| TRStr (TSIn &SIn, const bool &IsSmall) | |
| void | Save (TSOut &SOut, const bool &IsSmall) const |
| TRStr & | operator= (const TRStr &) |
| int | GetMemUsed () const |
| void | MkRef () |
| void | UnRef () |
| const char * | CStr () const |
| char * | CStr () |
| bool | Empty () const |
| int | Len () const |
| void | PutCh (const int &ChN, const char &Ch) |
| char | GetCh (const int &ChN) const |
| bool | IsUc () const |
| void | ToUc () |
| bool | IsLc () const |
| void | ToLc () |
| void | ToCap () |
| void | ConvUsFromYuAscii () |
| int | GetPrimHashCd () const |
| int | GetSecHashCd () const |
Static Public Member Functions | |
| static int | CmpI (const char *CStr1, const char *CStr2) |
| static TRStr * | GetNullRStr () |
Public Attributes | |
| char * | Bf |
| int | Refs |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineexplicit |
|
static |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
| bool TRStr::IsLc | ( | ) | const |
| bool TRStr::IsUc | ( | ) | const |
|
inline |
|
inline |
|
inline |
| void TRStr::ToCap | ( | ) |
| void TRStr::ToLc | ( | ) |
| void TRStr::ToUc | ( | ) |
|
inline |