| 
    SNAP Library 2.0, Developer Reference
    2013-05-13 16:33:57
    
   SNAP, a general purpose, high performance system for analysis and manipulation of large networks 
   | 
  
  
  
 
#include "bd.h"

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< TSIn > | PSIn | 
| typedef TPt< TSOut > | PSOut | 
| typedef TPt< TSInOut > | PSInOut | 
| typedef TPt< TFRnd > | PFRnd | 
Enumerations | |
| enum | TFAccess {  faUndef, faCreate, faUpdate, faAppend, faRdOnly, faRestore }  | 
Functions | |
| template<class T > | |
| TSIn & | operator>> (TSIn &SIn, T &Val) | 
| template<class T > | |
| TSOut & | operator<< (TSOut &SOut, const T &Val) | 
| enum TFAccess | 
Definition at line 214 of file fl.h.
References TSOut::Save().
                                            {
  Val.Save(SOut); return SOut;
}

Definition at line 122 of file fl.h.
References TSIn::Load().
                                    {
  Val.Load(SIn); return SIn;
}
