| 
    SNAP Library 2.3, Developer Reference
    2014-06-16 11:58:46
    
   SNAP, a general purpose, high performance system for analysis and manipulation of large networks 
   | 
 
#include <unicode.h>


Public Types | |
| typedef TCodecImpl_ | TCodecImpl | 
Public Member Functions | |
| virtual TStr | GetName () const | 
| virtual void | Test () const | 
| virtual size_t | ToUnicode (const TIntV &src, size_t srcIdx, const size_t srcCount, TIntV &dest, const bool clrDest=true) const | 
| virtual size_t | ToUnicode (const TStr &src, size_t srcIdx, const size_t srcCount, TIntV &dest, const bool clrDest=true) const | 
| virtual size_t | FromUnicode (const TIntV &src, size_t srcIdx, const size_t srcCount, TIntV &dest, const bool clrDest=true) const | 
| virtual size_t | FromUnicode (const TIntV &src, size_t srcIdx, const size_t srcCount, TChA &dest, const bool clrDest=true) const | 
| virtual size_t | FromUnicode (const TIntV &src, size_t srcIdx, const size_t srcCount, TStr &dest, const bool clrDest=true) const | 
  Public Member Functions inherited from TCodecBase | |
| virtual | ~TCodecBase () | 
| size_t | ToUnicode (const TIntV &src, TIntV &dest, const bool clrDest=true) const | 
| size_t | ToUnicode (const TStr &src, TIntV &dest, const bool clrDest=true) const | 
| size_t | FromUnicode (const TIntV &src, TIntV &dest, const bool clrDest=true) const | 
| size_t | FromUnicode (const TIntV &src, TChA &dest, const bool clrDest=true) const | 
| size_t | FromUnicode (const TIntV &src, TStr &dest, const bool clrDest=true) const | 
Public Attributes | |
| TCodecImpl | impl | 
Additional Inherited Members | |
  Static Public Member Functions inherited from TCodecBase | |
| template<class TCodecImpl > | |
| static PCodecBase | New () | 
  Protected Attributes inherited from TCodecBase | |
| TCRef | CRef | 
| typedef TCodecImpl_ TCodecWrapper< TCodecImpl_ >::TCodecImpl | 
      
  | 
  inlinevirtual | 
Implements TCodecBase.
Definition at line 393 of file unicode.h.
References TCodecWrapper< TCodecImpl_ >::impl.
      
  | 
  inlinevirtual | 
Implements TCodecBase.
Definition at line 395 of file unicode.h.
References TCodecWrapper< TCodecImpl_ >::impl.
      
  | 
  inlinevirtual | 
Implements TCodecBase.
Definition at line 397 of file unicode.h.
References TChA::CStr(), and TCodecWrapper< TCodecImpl_ >::impl.

      
  | 
  inlinevirtual | 
Implements TCodecBase.
Definition at line 384 of file unicode.h.
References TCodecWrapper< TCodecImpl_ >::impl.
      
  | 
  inlinevirtual | 
Reimplemented from TCodecBase.
Definition at line 386 of file unicode.h.
References TCodecWrapper< TCodecImpl_ >::impl.
      
  | 
  inlinevirtual | 
Implements TCodecBase.
Definition at line 388 of file unicode.h.
References TCodecWrapper< TCodecImpl_ >::impl.
      
  | 
  inlinevirtual | 
Implements TCodecBase.
Definition at line 390 of file unicode.h.
References TCodecWrapper< TCodecImpl_ >::impl.
| TCodecImpl TCodecWrapper< TCodecImpl_ >::impl | 
Definition at line 381 of file unicode.h.
Referenced by TCodecWrapper< TCodecImpl_ >::FromUnicode(), TCodecWrapper< TCodecImpl_ >::GetName(), TCodecWrapper< TCodecImpl_ >::Test(), and TCodecWrapper< TCodecImpl_ >::ToUnicode().