SNAP Library 6.0, User Reference  2020-12-09 16:24:20
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
TUnicodeException Class Reference

#include <unicode.h>

Public Member Functions

 TUnicodeException (size_t srcIdx_, int srcChar_, const TStr &message_)
 

Public Attributes

TStr message
 
size_t srcIdx
 
int srcChar
 

Detailed Description

Definition at line 28 of file unicode.h.

Constructor & Destructor Documentation

TUnicodeException::TUnicodeException ( size_t  srcIdx_,
int  srcChar_,
const TStr message_ 
)
inline

Definition at line 34 of file unicode.h.

34  :
35  message(message_), srcIdx(srcIdx_), srcChar(srcChar_) { }
size_t srcIdx
Definition: unicode.h:32

Member Data Documentation

TStr TUnicodeException::message

Definition at line 31 of file unicode.h.

int TUnicodeException::srcChar

Definition at line 33 of file unicode.h.

size_t TUnicodeException::srcIdx

Definition at line 32 of file unicode.h.


The documentation for this class was generated from the following file: