SNAP Library, User Reference  2012-10-15 15:06:59
SNAP, a general purpose network analysis and graph mining library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
TNullNotify Class Reference

#include <ut.h>

List of all members.

Public Member Functions

 TNullNotify ()
void OnNotify (const TNotifyType &Type, const TStr &MsgStr)
void OnStatus (const TStr &MsgStr)

Static Public Member Functions

static PNotify New ()

Detailed Description

Definition at line 67 of file ut.h.


Constructor & Destructor Documentation

Definition at line 69 of file ut.h.

{}

Member Function Documentation

static PNotify TNullNotify::New ( ) [inline, static]

Definition at line 70 of file ut.h.

{return PNotify(new TNullNotify());}
void TNullNotify::OnNotify ( const TNotifyType Type,
const TStr MsgStr 
) [inline]

Definition at line 72 of file ut.h.

{}
void TNullNotify::OnStatus ( const TStr MsgStr) [inline]

Definition at line 73 of file ut.h.

{}

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