SNAP Library 2.0, User Reference
2013-05-13 16:33:57
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] |