|
SNAP Library 2.1, Developer Reference
2013-09-25 10:47:25
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|

Go to the source code of this file.
Classes | |
| class | TConManip |
| class | TCon |
Functions | |
| TCon & | Eol (TCon &Con) |
| TCon & | Tab (TCon &Con) |
| TCon & | Spc (TCon &Con) |
Definition at line 73 of file console.cpp.
References TCon::PutCh().
{
Con.PutCh('\n'); return Con;
}

Definition at line 81 of file console.cpp.
References TCon::PutCh().
{
Con.PutCh(' '); return Con;
}

Definition at line 77 of file console.cpp.
References TCon::PutCh().
{
Con.PutCh('\t'); return Con;
}
