| 
    SNAP Library 2.0, Developer Reference
    2013-05-13 16:33:57
    
   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 | 
| TWCh::TWCh | ( | ) |  [inline] | 
        
| TWCh::TWCh | ( | const uchar & | _LsVal | ) |  [inline] | 
        
| TWCh::TWCh | ( | const uchar & | _MsVal, | 
| const uchar & | _LsVal | ||
| ) |  [inline] | 
        
| TWCh::TWCh | ( | const int & | _MsVal, | 
| const int & | _LsVal | ||
| ) |  [inline] | 
        
| TWCh::TWCh | ( | TSIn & | SIn | ) |  [inline] | 
        
| char TWCh::GetCh | ( | ) |  const [inline] | 
        
Definition at line 33 of file wch.h.
References LsVal, MsVal, and TCh::NullCh.
                     {
    if (MsVal==TCh::NullCh){return LsVal;} else {return '#';}}
| int TWCh::GetMemUsed | ( | ) |  const [inline] | 
        
| int TWCh::GetPrimHashCd | ( | ) |  const [inline] | 
        
| int TWCh::GetSecHashCd | ( | ) |  const [inline] | 
        
| static TWCh TWCh::LoadTxt | ( | const PSIn & | SIn | ) |  [inline, static] | 
        
| TWCh::operator char | ( | ) |  const [inline] | 
        
| bool TWCh::operator< | ( | const TWCh & | WCh | ) |  const [inline] | 
        
| bool TWCh::operator== | ( | const TWCh & | WCh | ) |  const [inline] | 
        
| void TWCh::Save | ( | TSOut & | SOut | ) |  const [inline] | 
        
| void TWCh::SaveTxt | ( | const PSOut & | SOut | ) |  const [inline] | 
        
Definition at line 39 of file wch.h.
References LsVal, MsVal, and TSOut::PutCh().
Referenced by TWChA::SaveTxt().


const TWCh TWCh::CrWCh [static] | 
        
const TWCh TWCh::LfWCh [static] | 
        
uchar TWCh::LsVal [private] | 
        
Definition at line 6 of file wch.h.
Referenced by GetCh(), GetMemUsed(), GetPrimHashCd(), LoadTxt(), operator char(), operator<(), operator=(), operator==(), SaveTxt(), and TWCh().
uchar TWCh::MsVal [private] | 
        
Definition at line 5 of file wch.h.
Referenced by GetCh(), GetMemUsed(), GetSecHashCd(), LoadTxt(), operator<(), operator=(), operator==(), Save(), SaveTxt(), and TWCh().
const TWCh TWCh::SpaceWCh [static] | 
        
const TWCh TWCh::StartWCh [static] | 
        
Definition at line 42 of file wch.h.
Referenced by TWChA::LoadTxt(), and TWChA::SaveTxt().
const TWCh TWCh::TabWCh [static] | 
        
const int TWCh::Vals = 0x10000 [static] |