| 
    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 Member Functions | |
| TUnicodeException (size_t srcIdx_, int srcChar_, const TStr &message_) | |
Public Attributes | |
| TStr | message | 
| size_t | srcIdx | 
| int | srcChar | 
      
  | 
  inline | 
| TStr TUnicodeException::message | 
Definition at line 31 of file unicode.h.
Referenced by TUniCodec::TestUtf16(), and TUniCodec::TestUtf8().
| int TUnicodeException::srcChar | 
Definition at line 33 of file unicode.h.
Referenced by TUniCodec::TestUtf16(), and TUniCodec::TestUtf8().
| size_t TUnicodeException::srcIdx | 
Definition at line 32 of file unicode.h.
Referenced by TUniCodec::TestUtf16(), and TUniCodec::TestUtf8().