SNAP Library, Developer Reference
2012-10-15 15:06:59
SNAP, a general purpose network analysis and graph mining library
|
#include <bd.h>
Static Public Member Functions | |
static bool | IsOnExeStopF () |
static void | PutOnExeStopF (TOnExeStopF _OnExeStopF) |
static TOnExeStopF | GetOnExeStopF () |
Private Types | |
typedef bool(* | TOnExeStopF )(char *MsgCStr) |
Static Private Attributes | |
static TOnExeStopF | OnExeStopF = NULL |
typedef bool(* TOnExeStop::TOnExeStopF)(char *MsgCStr) [private] |
static TOnExeStopF TOnExeStop::GetOnExeStopF | ( | ) | [inline, static] |
Definition at line 228 of file bd.h.
References OnExeStopF.
Referenced by ExeStop().
{return OnExeStopF;}
static bool TOnExeStop::IsOnExeStopF | ( | ) | [inline, static] |
Definition at line 226 of file bd.h.
References OnExeStopF.
Referenced by ExeStop().
{return OnExeStopF!=NULL;}
static void TOnExeStop::PutOnExeStopF | ( | TOnExeStopF | _OnExeStopF | ) | [inline, static] |
TOnExeStop::TOnExeStopF TOnExeStop::OnExeStopF = NULL [static, private] |
Definition at line 224 of file bd.h.
Referenced by GetOnExeStopF(), IsOnExeStopF(), and PutOnExeStopF().