| 
    SNAP Library 2.0, Developer Reference
    2013-05-13 16:33:57
    
   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) | 
Static Public Member Functions | |
| static PNotify | New (const TCallbackF &CallbackF) | 
Private Attributes | |
| TCallbackF | CallbackF | 
| TCallbackNotify::TCallbackNotify | ( | const TCallbackF & | _CallbackF | ) |  [inline] | 
        
| static PNotify TCallbackNotify::New | ( | const TCallbackF & | CallbackF | ) |  [inline, static] | 
        
Definition at line 87 of file ut.h.
References TCallbackNotify().
{ return PNotify(new TCallbackNotify(CallbackF)); }

| void TCallbackNotify::OnNotify | ( | const TNotifyType & | Type, | 
| const TStr & | MsgStr | ||
| ) |  [inline, virtual] | 
        
| void TCallbackNotify::OnStatus | ( | const TStr & | MsgStr | ) |  [inline, virtual] | 
        
TCallbackF TCallbackNotify::CallbackF [private] | 
        
Definition at line 84 of file ut.h.
Referenced by OnNotify(), and OnStatus().