|
SNAP Library 4.0, Developer Reference
2017-07-27 13:18:06
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <unicode.h>

Public Member Functions | |
| TSubcatHelper (TUniChDb &owner_) | |
| void | ProcessComment (TUniChDb::TUcdFileReader &reader) |
| void | SetCat (const int cp) |
| void | TestCat (const int cp) |
| ~TSubcatHelper () | |
Public Attributes | |
| bool | hasCat |
| TUniChSubCategory | subCat |
| TStrH | invalidCatCodes |
| TUniChDb & | owner |
|
inline |
|
inline |
Definition at line 1754 of file unicode.h.
References TStr::CStr(), THash< TKey, TDat, THashFunc >::DelKey(), THash< TKey, TDat, THashFunc >::Empty(), THash< TKey, TDat, THashFunc >::FFirstKeyId(), THash< TKey, TDat, THashFunc >::FNextKeyId(), THash< TKey, TDat, THashFunc >::GetKey(), invalidCatCodes, and THash< TKey, TDat, THashFunc >::IsKey().

|
inline |
Definition at line 1729 of file unicode.h.
References THash< TKey, TDat, THashFunc >::AddKey(), TUniChDb::TUcdFileReader::comment, hasCat, IAssert, invalidCatCodes, TUniChInfo::IsValidSubCat(), TChA::Len(), and subCat.
Referenced by TUniChDb::InitDerivedCoreProperties(), TUniChDb::InitPropList(), and TUniChDb::InitScripts().


|
inline |
Definition at line 1744 of file unicode.h.
References THash< TKey, TDat, THashFunc >::GetKeyId(), TUniChDb::h, hasCat, IAssert, owner, and subCat.
Referenced by TUniChDb::InitDerivedCoreProperties(), TUniChDb::InitPropList(), and TUniChDb::InitScripts().


|
inline |
Definition at line 1749 of file unicode.h.
References THash< TKey, TDat, THashFunc >::GetKeyId(), TUniChDb::h, hasCat, IAssert, owner, and subCat.
Referenced by TUniChDb::InitDerivedCoreProperties(), TUniChDb::InitPropList(), and TUniChDb::InitScripts().


| bool TUniChDb::TSubcatHelper::hasCat |
Definition at line 1723 of file unicode.h.
Referenced by ProcessComment(), SetCat(), and TestCat().
| TStrH TUniChDb::TSubcatHelper::invalidCatCodes |
Definition at line 1724 of file unicode.h.
Referenced by ProcessComment(), and ~TSubcatHelper().
| TUniChDb& TUniChDb::TSubcatHelper::owner |
| TUniChSubCategory TUniChDb::TSubcatHelper::subCat |
Definition at line 1723 of file unicode.h.
Referenced by ProcessComment(), SetCat(), and TestCat().