SNAP Library, Developer Reference
2012-10-15 15:06:59
SNAP, a general purpose network analysis and graph mining library
|
#include <unicode.h>
Public Member Functions | |
TUnicodeException (size_t srcIdx_, int srcChar_, const TStr &message_) | |
Public Attributes | |
TStr | message |
size_t | srcIdx |
int | srcChar |
TUnicodeException::TUnicodeException | ( | size_t | srcIdx_, |
int | srcChar_, | ||
const TStr & | message_ | ||
) | [inline] |
Definition at line 29 of file unicode.h.
Referenced by TUniCodec::TestUtf16(), and TUniCodec::TestUtf8().
Definition at line 31 of file unicode.h.
Referenced by TUniCodec::TestUtf16(), and TUniCodec::TestUtf8().
size_t TUnicodeException::srcIdx |
Definition at line 30 of file unicode.h.
Referenced by TUniCodec::TestUtf16(), and TUniCodec::TestUtf8().