|
SNAP Library, User Reference
2012-10-02 12:56:23
SNAP, a general purpose network analysis and graph mining library
|
Inherits TSOut.
Public Member Functions | |
| TStdOut () | |
| int | PutCh (const char &Ch) |
| int | PutBf (const void *LBf, const TSize &LBfL) |
| void | Flush () |
Static Public Member Functions | |
| static TPt< TSOut > | New () |
| TStdOut::TStdOut | ( | ) |
| void TStdOut::Flush | ( | ) | [inline, virtual] |
Implements TSOut.
| static TPt<TSOut> TStdOut::New | ( | ) | [inline, static] |
| int TStdOut::PutBf | ( | const void * | LBf, |
| const TSize & | LBfL | ||
| ) | [virtual] |
Implements TSOut.
| int TStdOut::PutCh | ( | const char & | Ch | ) | [inline, virtual] |
Implements TSOut.