SNAP Library 2.2, User Reference  2014-03-11 19:15:55
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
TOnExeStop Class Reference

#include <bd.h>

List of all members.

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 ( ) [inline, static]

Definition at line 231 of file bd.h.

{return OnExeStopF;}
static bool TOnExeStop::IsOnExeStopF ( ) [inline, static]

Definition at line 229 of file bd.h.

{return OnExeStopF!=NULL;}
static void TOnExeStop::PutOnExeStopF ( TOnExeStopF  _OnExeStopF) [inline, static]

Definition at line 230 of file bd.h.

{OnExeStopF=_OnExeStopF;}

Member Data Documentation

Definition at line 227 of file bd.h.


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