SNAP Library , Developer Reference
2013-01-07 14:03:36
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
CRef | TCodecBase | [protected] |
FromUnicode(const TIntV &src, size_t srcIdx, const size_t srcCount, TIntV &dest, const bool clrDest=true) const =0 | TCodecBase | [pure virtual] |
FromUnicode(const TIntV &src, size_t srcIdx, const size_t srcCount, TChA &dest, const bool clrDest=true) const =0 | TCodecBase | [pure virtual] |
FromUnicode(const TIntV &src, size_t srcIdx, const size_t srcCount, TStr &dest, const bool clrDest=true) const =0 | TCodecBase | [pure virtual] |
FromUnicode(const TIntV &src, TIntV &dest, const bool clrDest=true) const | TCodecBase | [inline] |
FromUnicode(const TIntV &src, TChA &dest, const bool clrDest=true) const | TCodecBase | [inline] |
FromUnicode(const TIntV &src, TStr &dest, const bool clrDest=true) const | TCodecBase | [inline] |
GetName() const =0 | TCodecBase | [pure virtual] |
New() | TCodecBase | [static] |
Test() const | TCodecBase | [inline, virtual] |
ToUnicode(const TIntV &src, size_t srcIdx, const size_t srcCount, TIntV &dest, const bool clrDest=true) const =0 | TCodecBase | [pure virtual] |
ToUnicode(const TStr &src, size_t srcIdx, const size_t srcCount, TIntV &dest, const bool clrDest=true) const =0 | TCodecBase | [pure virtual] |
ToUnicode(const TIntV &src, TIntV &dest, const bool clrDest=true) const | TCodecBase | [inline] |
ToUnicode(const TStr &src, TIntV &dest, const bool clrDest=true) const | TCodecBase | [inline] |
TPt< TCodecBase > class | TCodecBase | [friend] |
~TCodecBase() | TCodecBase | [inline, virtual] |