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

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;
}
