| 
    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 <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().

      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 36 of file wch.h.
References TSIn::GetCh(), and TWCh().
Referenced by TWChA::LoadTxt().


      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 20 of file wch.h.
References TSOut::Save().

      
  | 
  inline | 
Definition at line 39 of file wch.h.
References TSOut::PutCh().
Referenced by TWChA::SaveTxt().


      
  | 
  private | 
Definition at line 6 of file wch.h.
Referenced by GetCh(), GetPrimHashCd(), operator char(), operator<(), operator=(), and operator==().
      
  | 
  private | 
Definition at line 5 of file wch.h.
Referenced by GetMemUsed(), GetSecHashCd(), operator<(), operator=(), and operator==().
      
  | 
  static | 
Definition at line 42 of file wch.h.
Referenced by TWChA::LoadTxt(), and TWChA::SaveTxt().