SNAP Library , Developer Reference
2013-01-07 14:03:36
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <app.h>
Public Member Functions | |
TApp (const PNotify &_Notify=NULL) | |
virtual | ~TApp () |
TApp (TSIn &) | |
void | Save (TSOut &) |
TApp & | operator= (const TApp &) |
Static Public Member Functions | |
static TPt< TApp > | Load (TSIn &) |
Private Attributes | |
TCRef | CRef |
PNotify | Notify |
Friends | |
class | TPt< TApp > |
TApp::TApp | ( | const PNotify & | _Notify = NULL | ) | [inline] |
virtual TApp::~TApp | ( | ) | [inline, virtual] |
static TPt<TApp> TApp::Load | ( | TSIn & | ) | [inline, static] |
TCRef TApp::CRef [private] |
PNotify TApp::Notify [private] |