|
SNAP Library, Developer Reference
2012-10-15 15:06:59
SNAP, a general purpose network analysis and graph mining library
|
#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 85 of file ut.h.
References TCallbackNotify().
{ return PNotify(new TCallbackNotify(CallbackF)); }

| void TCallbackNotify::OnNotify | ( | const TNotifyType & | Type, |
| const TStr & | MsgStr | ||
| ) | [inline] |
| void TCallbackNotify::OnStatus | ( | const TStr & | MsgStr | ) | [inline] |
TCallbackF TCallbackNotify::CallbackF [private] |
Definition at line 82 of file ut.h.
Referenced by OnNotify(), and OnStatus().