SNAP Library 2.1, User Reference
2013-09-25 10:47:25
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <ut.h>
Inherits TNotify.
Public Member Functions | |
TStdErrNotify () | |
void | OnNotify (const TNotifyType &Type, const TStr &MsgStr) |
void | OnStatus (const TStr &MsgStr) |
Static Public Member Functions | |
static PNotify | New () |
TStdErrNotify::TStdErrNotify | ( | ) | [inline] |
static PNotify TStdErrNotify::New | ( | ) | [inline, static] |
Definition at line 140 of file ut.h.
{return PNotify(new TStdErrNotify());}
void TStdErrNotify::OnNotify | ( | const TNotifyType & | Type, |
const TStr & | MsgStr | ||
) | [virtual] |
void TStdErrNotify::OnStatus | ( | const TStr & | MsgStr | ) | [virtual] |