SNAP Library 2.0, User Reference
2013-05-13 16:33:57
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] |
TApp::TApp | ( | TSIn & | ) | [inline] |
static TPt<TApp> TApp::Load | ( | TSIn & | ) | [inline, static] |
void TApp::Save | ( | TSOut & | ) | [inline] |
TCRef TApp::CRef [private] |
PNotify TApp::Notify [private] |