SNAP Library 6.0, User Reference  2020-12-09 16:24:20
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
TNullNotify Class Reference

#include <ut.h>

Inherits TNotify.

Public Member Functions

 TNullNotify ()
 
void OnNotify (const TNotifyType &Type, const TStr &MsgStr)
 
void OnStatus (const TStr &MsgStr)
 
- Public Member Functions inherited from TNotify
 TNotify ()
 
virtual ~TNotify ()
 
virtual void OnLn (const TStr &)
 
virtual void OnTxt (const TStr &)
 
void OnNotifyFmt (const TNotifyType &Type, const char *FmtStr,...)
 
void OnStatusFmt (const char *FmtStr,...)
 
void OnLnFmt (const char *FmtStr,...)
 
void OnTxtFmt (const char *FmtStr,...)
 

Static Public Member Functions

static PNotify New ()
 
- Static Public Member Functions inherited from TNotify
static TStr GetTypeStr (const TNotifyType &Type, const bool &Brief=true)
 
static void OnNotify (const PNotify &Notify, const TNotifyType &Type, const TStr &MsgStr)
 
static void OnStatus (const PNotify &Notify, const TStr &MsgStr)
 
static void OnLn (const PNotify &Notify, const TStr &MsgStr)
 
static void OnTxt (const PNotify &Notify, const TStr &MsgStr)
 
static void DfOnNotify (const TNotifyType &Type, const TStr &MsgStr)
 

Additional Inherited Members

- Static Public Attributes inherited from TNotify
static const PNotify NullNotify =TNullNotify::New()
 
static const PNotify StdNotify =TStdNotify::New()
 
static const PNotify StdErrNotify =TStdErrNotify::New()
 

Detailed Description

Definition at line 69 of file ut.h.

Constructor & Destructor Documentation

TNullNotify::TNullNotify ( )
inline

Definition at line 71 of file ut.h.

71 {}

Member Function Documentation

static PNotify TNullNotify::New ( )
inlinestatic

Definition at line 72 of file ut.h.

72 {return PNotify(new TNullNotify());}
TPt< TNotify > PNotify
Definition: ut.h:30
TNullNotify()
Definition: ut.h:71
void TNullNotify::OnNotify ( const TNotifyType Type,
const TStr MsgStr 
)
inlinevirtual

Reimplemented from TNotify.

Definition at line 74 of file ut.h.

74 {}
void TNullNotify::OnStatus ( const TStr MsgStr)
inlinevirtual

Reimplemented from TNotify.

Definition at line 75 of file ut.h.

75 {}

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