SNAP Library 2.1, Developer Reference  2013-09-25 10:47:25
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
TApp Class Reference

#include <app.h>

Collaboration diagram for TApp:

List of all members.

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.

: Notify(_Notify){}
virtual TApp::~TApp ( ) [inline, virtual]

Definition at line 10 of file app.h.

{}
TApp::TApp ( TSIn ) [inline]

Definition at line 11 of file app.h.

References Fail.

{Fail;}

Member Function Documentation

static TPt<TApp> TApp::Load ( TSIn ) [inline, static]

Definition at line 12 of file app.h.

References Fail.

{Fail; return NULL;}
TApp& TApp::operator= ( const TApp ) [inline]

Definition at line 15 of file app.h.

References Fail.

{Fail; return *this;}
void TApp::Save ( TSOut ) [inline]

Definition at line 13 of file app.h.

References Fail.

{Fail;}

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: