SNAP Library 2.2, User Reference  2014-03-11 19:15:55
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
TUnicodeException Class Reference

#include <unicode.h>

List of all members.

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.

                                                                              :
                message(message_), srcIdx(srcIdx_), srcChar(srcChar_) { }

Member Data Documentation

Definition at line 31 of file unicode.h.

Definition at line 33 of file unicode.h.

Definition at line 32 of file unicode.h.


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