| 
    SNAP Library 2.3, Developer Reference
    2014-06-16 11:58:46
    
   SNAP, a general purpose, high performance system for analysis and manipulation of large networks 
   | 
 
#include <ut.h>


Public Member Functions | |
| TCallbackNotify (const TCallbackF &_CallbackF) | |
| 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 (const TCallbackF &CallbackF) | 
  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 | |
| TCallbackF | CallbackF | 
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 | 
      
  | 
  inlinestatic | 
Definition at line 87 of file ut.h.
References TCallbackNotify().

      
  | 
  inlinevirtual | 
      
  | 
  inlinevirtual | 
      
  | 
  private | 
Definition at line 84 of file ut.h.
Referenced by OnNotify(), and OnStatus().