|
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
|
#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] |