SNAP Library 3.0, User Reference  2016-07-20 17:56:49
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TOnExeStop Class Reference

#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
 

Detailed Description

Definition at line 224 of file bd.h.

Member Typedef Documentation

typedef bool(* TOnExeStop::TOnExeStopF)(char *MsgCStr)
private

Definition at line 226 of file bd.h.

Member Function Documentation

static TOnExeStopF TOnExeStop::GetOnExeStopF ( )
inlinestatic

Definition at line 231 of file bd.h.

231 {return OnExeStopF;}
static TOnExeStopF OnExeStopF
Definition: bd.h:227
static bool TOnExeStop::IsOnExeStopF ( )
inlinestatic

Definition at line 229 of file bd.h.

229 {return OnExeStopF!=NULL;}
static TOnExeStopF OnExeStopF
Definition: bd.h:227
static void TOnExeStop::PutOnExeStopF ( TOnExeStopF  _OnExeStopF)
inlinestatic

Definition at line 230 of file bd.h.

230 {OnExeStopF=_OnExeStopF;}
static TOnExeStopF OnExeStopF
Definition: bd.h:227

Member Data Documentation

TOnExeStop::TOnExeStopF TOnExeStop::OnExeStopF =NULL
staticprivate

Definition at line 227 of file bd.h.


The documentation for this class was generated from the following files: