SNAP Library 4.1, Developer 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 |
|
inline |
Definition at line 19 of file wch.h.
References TSIn::Load(), LsVal, and MsVal.
|
inline |
|
inline |
|
inline |
Definition at line 36 of file wch.h.
References TSIn::GetCh(), LsVal, MsVal, and TWCh().
Referenced by TWChA::LoadTxt().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 20 of file wch.h.
References MsVal, and TSOut::Save().
|
inline |
Definition at line 39 of file wch.h.
References LsVal, MsVal, and TSOut::PutCh().
Referenced by TWChA::SaveTxt().
|
private |
Definition at line 6 of file wch.h.
Referenced by GetCh(), GetMemUsed(), GetPrimHashCd(), LoadTxt(), operator char(), operator<(), operator=(), operator==(), SaveTxt(), and TWCh().
|
private |
Definition at line 5 of file wch.h.
Referenced by GetCh(), GetMemUsed(), GetSecHashCd(), LoadTxt(), operator<(), operator=(), operator==(), Save(), SaveTxt(), and TWCh().
|
static |
Definition at line 42 of file wch.h.
Referenced by TWChA::LoadTxt(), and TWChA::SaveTxt().