|
SNAP Library 4.1, User Reference
2018-07-26 16:30:42
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <wch.h>
Public Member Functions | |
| TWCh () | |
| TWCh (const uchar &_LsVal) | |
| TWCh (const uchar &_MsVal, const uchar &_LsVal) | |
| TWCh (const int &_MsVal, const int &_LsVal) | |
| operator char () const | |
| TWCh (TSIn &SIn) | |
| void | Save (TSOut &SOut) const |
| TWCh & | operator= (const TWCh &WCh) |
| bool | operator== (const TWCh &WCh) const |
| bool | operator< (const TWCh &WCh) const |
| int | GetMemUsed () const |
| int | GetPrimHashCd () const |
| int | GetSecHashCd () const |
| char | GetCh () const |
| void | SaveTxt (const PSOut &SOut) const |
Static Public Member Functions | |
| static TWCh | LoadTxt (const PSIn &SIn) |
Static Public Attributes | |
| static const TWCh | Mn |
| static const TWCh | Mx |
| static const int | Vals =0x10000 |
| static const TWCh | StartWCh |
| static const TWCh | TabWCh |
| static const TWCh | LfWCh |
| static const TWCh | CrWCh |
| static const TWCh | SpaceWCh |
Private Attributes | |
| uchar | MsVal |
| uchar | LsVal |
|
inline |
|
inline |