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