SNAP Library 2.1, Developer Reference  2013-09-25 10:47:25
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
TNullNotify Class Reference

#include <ut.h>

Inheritance diagram for TNullNotify:
Collaboration diagram for TNullNotify:

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 69 of file ut.h.


Constructor & Destructor Documentation

Definition at line 71 of file ut.h.

Referenced by New().

{}

Here is the caller graph for this function:


Member Function Documentation

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

Definition at line 72 of file ut.h.

References TNullNotify().

{return PNotify(new TNullNotify());}

Here is the call graph for this function:

void TNullNotify::OnNotify ( const TNotifyType Type,
const TStr MsgStr 
) [inline, virtual]

Reimplemented from TNotify.

Definition at line 74 of file ut.h.

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

Reimplemented from TNotify.

Definition at line 75 of file ut.h.

{}

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