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 | |
TNativeCallbackNotify (const TNativeCallbackF &_CallbackF) | |
void | OnNotify (const TNotifyType &Type, const TStr &MsgStr) |
void | OnStatus (const TStr &MsgStr) |
Static Public Member Functions | |
static PNotify | New (const TNativeCallbackF &CallbackF) |
Private Attributes | |
TNativeCallbackF | CallbackF |
TNativeCallbackNotify::TNativeCallbackNotify | ( | const TNativeCallbackF & | _CallbackF | ) | [inline] |
static PNotify TNativeCallbackNotify::New | ( | const TNativeCallbackF & | CallbackF | ) | [inline, static] |
Definition at line 108 of file ut.h.
{ return PNotify(new TNativeCallbackNotify(CallbackF)); }
void TNativeCallbackNotify::OnNotify | ( | const TNotifyType & | Type, |
const TStr & | MsgStr | ||
) | [inline] |
void TNativeCallbackNotify::OnStatus | ( | const TStr & | MsgStr | ) | [inline] |