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
Main Page
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
app.h
Go to the documentation of this file.
1
// Application
3
class
TApp
{
4
private
:
5
TCRef
CRef
;
6
private
:
7
PNotify
Notify
;
8
public
:
9
TApp
(
const
PNotify
& _Notify=NULL):
Notify
(_Notify){}
10
virtual
~TApp
(){}
11
TApp
(
TSIn
&){
Fail
;}
12
static
TPt<TApp>
Load
(
TSIn
&){
Fail
;
return
NULL;}
13
void
Save
(
TSOut
&){
Fail
;}
14
15
TApp
&
operator=
(
const
TApp
&){
Fail
;
return
*
this
;}
16
17
friend
class
TPt
<
TApp
>;
18
};
19
typedef
TPt<TApp>
PApp
;
20
TCRef
Definition:
bd.h:440
Fail
#define Fail
Definition:
bd.h:238
TApp::CRef
TCRef CRef
Definition:
app.h:5
TApp::TApp
TApp(const PNotify &_Notify=NULL)
Definition:
app.h:9
TApp::TApp
TApp(TSIn &)
Definition:
app.h:11
TSIn
Definition:
fl.h:58
TApp::operator=
TApp & operator=(const TApp &)
Definition:
app.h:15
TApp::Load
static TPt< TApp > Load(TSIn &)
Definition:
app.h:12
TApp::Notify
PNotify Notify
Definition:
app.h:7
TSOut
Definition:
fl.h:128
TApp::~TApp
virtual ~TApp()
Definition:
app.h:10
TPt< TNotify >
PApp
TPt< TApp > PApp
Definition:
app.h:19
TApp::Save
void Save(TSOut &)
Definition:
app.h:13
TApp
Definition:
app.h:3
glib-core
app.h
Generated on Mon Jun 16 2014 12:00:28 for SNAP Library 2.3, User Reference by
1.8.7