|
SNAP Library 2.4, Developer Reference
2015-05-11 19:40:56
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <ut.h>


Public Member Functions | |
| TLogNotify (const PNotify &_Notify) | |
| void | OnStatus (const TStr &MsgStr) |
Public Member Functions inherited from TNotify | |
| TNotify () | |
| virtual | ~TNotify () |
| virtual void | OnNotify (const TNotifyType &, const TStr &) |
| 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 (const PNotify &Notify) |
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) |
Private Attributes | |
| PNotify | Notify |
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() |
|
inline |
Definition at line 154 of file ut.h.
References TLogNotify().

|
virtual |
Reimplemented from TNotify.
Definition at line 106 of file ut.cpp.
References TStr::CStr(), TStr::Fmt(), TTm::GetCurLocTm(), TTm::GetHMSTColonDotStr(), TTm::GetYMDDashStr(), Notify, and TNotify::OnStatus().

|
private |
Definition at line 150 of file ut.h.
Referenced by OnStatus().