| 
    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 <dt.h>
Public Member Functions | |
| TUCh () | |
| TUCh (const uchar &_Val) | |
| operator uchar () const | |
| TUCh (TSIn &SIn) | |
| void | Save (TSOut &SOut) const | 
| void | LoadXml (const PXmlTok &XmlTok, const TStr &Nm) | 
| void | SaveXml (TSOut &SOut, const TStr &Nm) const | 
| TUCh & | operator= (const TUCh &UCh) | 
| bool | operator== (const TUCh &UCh) const | 
| bool | operator< (const TUCh &UCh) const | 
| uchar | operator() () const | 
| int | GetMemUsed () const | 
| int | GetPrimHashCd () const | 
| int | GetSecHashCd () const | 
Public Attributes | |
| uchar | Val | 
Static Public Attributes | |
| static const uchar | Mn =0 | 
| static const uchar | Mx =UCHAR_MAX | 
| static const int | Vals =int(TUCh::Mx)-int(TUCh::Mn)+1 | 
      
  | 
  inline | 
Definition at line 1101 of file dt.h.
Referenced by GetMemUsed().

      
  | 
  inline | 
      
  | 
  inlineexplicit | 
Definition at line 1104 of file dt.h.
References TSIn::Load().

      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 1905 of file dt.cpp.
References TXmlObjSer::GetIntArg(), Val, and XLoadHd.

      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 1105 of file dt.h.
References TSOut::Save().

Definition at line 1910 of file dt.cpp.
References TInt::GetStr(), Val, and XSaveBETagArg.

      
  | 
  static | 
Definition at line 1097 of file dt.h.
Referenced by TUniChDb::LoadTxt().
      
  | 
  static | 
Definition at line 1098 of file dt.h.
Referenced by TUniChDb::LoadTxt(), and TXmlChDef::TXmlChDef().
| uchar TUCh::Val | 
Definition at line 1095 of file dt.h.
Referenced by GetPrimHashCd(), GetSecHashCd(), LoadXml(), operator uchar(), operator()(), operator<(), operator=(), operator==(), and SaveXml().