SNAP Library 2.2, Developer Reference  2014-03-11 19:15:55
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
fl.h File Reference
#include "bd.h"
Include dependency graph for fl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TCs
class  TSOutMnp
class  TSBase
class  TSIn
class  TSOut
class  TSInOut
class  TStdIn
class  TStdOut
class  TFIn
class  TFOut
class  TFInOut
class  TMIn
class  TMOut
class  TChRet
class  TLnRet
class  TFRnd
class  TFile

Typedefs

typedef TPt< TSInPSIn
typedef TPt< TSOutPSOut
typedef TPt< TSInOutPSInOut
typedef TPt< TFRndPFRnd

Enumerations

enum  TFAccess {
  faUndef, faCreate, faUpdate, faAppend,
  faRdOnly, faRestore
}

Functions

template<class T >
TSInoperator>> (TSIn &SIn, T &Val)
template<class T >
TSOutoperator<< (TSOut &SOut, const T &Val)

Typedef Documentation

typedef TPt< TFRnd > PFRnd

Definition at line 491 of file fl.h.

typedef TPt<TSIn> PSIn

Definition at line 119 of file fl.h.

typedef TPt<TSInOut> PSInOut

Definition at line 236 of file fl.h.

typedef TPt<TSOut> PSOut

Definition at line 211 of file fl.h.


Enumeration Type Documentation

enum TFAccess
Enumerator:
faUndef 
faCreate 
faUpdate 
faAppend 
faRdOnly 
faRestore 

Definition at line 347 of file fl.h.


Function Documentation

template<class T >
TSOut& operator<< ( TSOut SOut,
const T &  Val 
)

Definition at line 214 of file fl.h.

References TSOut::Save().

                                            {
  Val.Save(SOut); return SOut;
}

Here is the call graph for this function:

template<class T >
TSIn& operator>> ( TSIn SIn,
T &  Val 
)

Definition at line 122 of file fl.h.

References TSIn::Load().

                                    {
  Val.Load(SIn); return SIn;
}

Here is the call graph for this function: