SNAP Library 2.2, Developer Reference
2014-03-11 19:15:55
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <ut.h>
Public Member Functions | |
TCallbackNotify (const TCallbackF &_CallbackF) | |
void | OnNotify (const TNotifyType &Type, const TStr &MsgStr) |
void | OnStatus (const TStr &MsgStr) |
Static Public Member Functions | |
static PNotify | New (const TCallbackF &CallbackF) |
Private Attributes | |
TCallbackF | CallbackF |
TCallbackNotify::TCallbackNotify | ( | const TCallbackF & | _CallbackF | ) | [inline] |
static PNotify TCallbackNotify::New | ( | const TCallbackF & | CallbackF | ) | [inline, static] |
Definition at line 87 of file ut.h.
References TCallbackNotify().
{ return PNotify(new TCallbackNotify(CallbackF)); }
void TCallbackNotify::OnNotify | ( | const TNotifyType & | Type, |
const TStr & | MsgStr | ||
) | [inline, virtual] |
void TCallbackNotify::OnStatus | ( | const TStr & | MsgStr | ) | [inline, virtual] |
TCallbackF TCallbackNotify::CallbackF [private] |
Definition at line 84 of file ut.h.
Referenced by OnNotify(), and OnStatus().