| 
    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 | |
| TNullNotify () | |
| void | OnNotify (const TNotifyType &Type, const TStr &MsgStr) | 
| void | OnStatus (const TStr &MsgStr) | 
Static Public Member Functions | |
| static PNotify | New () | 
| TNullNotify::TNullNotify | ( | ) |  [inline] | 
        
| static PNotify TNullNotify::New | ( | ) |  [inline, static] | 
        
Definition at line 72 of file ut.h.
References TNullNotify().
{return PNotify(new TNullNotify());}

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