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