Go to the source code of this file.
Definition at line 204 of file ut.h.
#define CatchAll } catch (...){} |
Definition at line 206 of file ut.h.
Definition at line 205 of file ut.h.
Definition at line 203 of file ut.h.
Definition at line 161 of file ut.h.
Definition at line 30 of file ut.h.
typedef void(__stdcall * TCallbackF)(const TNotifyType &Type, const TStr &MsgStr) |
Definition at line 80 of file ut.h.
typedef void(__stdcall * TNativeCallbackF)(int Type, const char *MsgStr) |
Definition at line 103 of file ut.h.
Enumerator |
---|
ntInfo |
|
ntWarn |
|
ntErr |
|
ntStat |
|
Definition at line 28 of file ut.h.
enum TNotifyType_ TNotifyType
void ErrNotify |
( |
const TStr & |
MsgStr | ) |
|
|
inline |
Definition at line 25 of file ut.h.
References TStr::CStr().
void ErrNotify(const TStr &MsgStr)
template<class Type >
TStr GetTypeNm |
( |
const Type & |
Var | ) |
|
void InfoNotify |
( |
const TStr & |
MsgStr | ) |
|
|
inline |
Definition at line 23 of file ut.h.
References TStr::CStr().
void InfoNotify(const TStr &MsgStr)
void StatNotify |
( |
const TStr & |
MsgStr | ) |
|
|
inline |
Definition at line 26 of file ut.h.
References TStr::CStr().
void StatNotify(const TStr &MsgStr)
void WarnNotify |
( |
const TStr & |
MsgStr | ) |
|
|
inline |
Definition at line 24 of file ut.h.
References TStr::CStr().
void WarnNotify(const TStr &MsgStr)