|
SNAP Library, User Reference
2012-10-15 15:06:59
SNAP, a general purpose network analysis and graph mining library
|
#include <ut.h>
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 138 of file ut.h.
{return PNotify(new TStdErrNotify());}
| void TStdErrNotify::OnNotify | ( | const TNotifyType & | Type, |
| const TStr & | MsgStr | ||
| ) |
| void TStdErrNotify::OnStatus | ( | const TStr & | MsgStr | ) |