SNAP Library 2.3, User Reference  2014-06-16 11:58:46
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TApp Class Reference

#include <app.h>

Public Member Functions

 TApp (const PNotify &_Notify=NULL)
 
virtual ~TApp ()
 
 TApp (TSIn &)
 
void Save (TSOut &)
 
TAppoperator= (const TApp &)
 

Static Public Member Functions

static TPt< TAppLoad (TSIn &)
 

Private Attributes

TCRef CRef
 
PNotify Notify
 

Friends

class TPt< TApp >
 

Detailed Description

Definition at line 3 of file app.h.

Constructor & Destructor Documentation

TApp::TApp ( const PNotify _Notify = NULL)
inline

Definition at line 9 of file app.h.

9 : Notify(_Notify){}
PNotify Notify
Definition: app.h:7
virtual TApp::~TApp ( )
inlinevirtual

Definition at line 10 of file app.h.

10 {}
TApp::TApp ( TSIn )
inline

Definition at line 11 of file app.h.

11 {Fail;}
#define Fail
Definition: bd.h:238

Member Function Documentation

static TPt<TApp> TApp::Load ( TSIn )
inlinestatic

Definition at line 12 of file app.h.

12 {Fail; return NULL;}
#define Fail
Definition: bd.h:238
TApp& TApp::operator= ( const TApp )
inline

Definition at line 15 of file app.h.

15 {Fail; return *this;}
#define Fail
Definition: bd.h:238
void TApp::Save ( TSOut )
inline

Definition at line 13 of file app.h.

13 {Fail;}
#define Fail
Definition: bd.h:238

Friends And Related Function Documentation

friend class TPt< TApp >
friend

Definition at line 17 of file app.h.

Member Data Documentation

TCRef TApp::CRef
private

Definition at line 5 of file app.h.

PNotify TApp::Notify
private

Definition at line 7 of file app.h.


The documentation for this class was generated from the following file: