| 
    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 <dt.h>


Public Member Functions | |
| TMemOut (const PMem &_Mem) | |
| ~TMemOut () | |
| int | PutCh (const char &Ch) | 
| int | PutBf (const void *LBf, const TSize &LBfL) | 
| void | Flush () | 
Static Public Member Functions | |
| static PSOut | New (const PMem &Mem) | 
Private Member Functions | |
| void | FlushBf () | 
Private Attributes | |
| PMem | Mem | 
| TMemOut::TMemOut | ( | const PMem & | _Mem | ) | 
| TMemOut::~TMemOut | ( | ) |  [inline] | 
        
| void TMemOut::Flush | ( | ) |  [inline, virtual] | 
        
| void TMemOut::FlushBf | ( | ) |  [private] | 
        
| static PSOut TMemOut::New | ( | const PMem & | Mem | ) |  [inline, static] | 
        
| int TMemOut::PutBf | ( | const void * | LBf, | 
| const TSize & | LBfL | ||
| ) |  [virtual] | 
        
| int TMemOut::PutCh | ( | const char & | Ch | ) |  [inline, virtual] | 
        
PMem TMemOut::Mem [private] |