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
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
console.cpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

TConEol (TCon &Con)
TConTab (TCon &Con)
TConSpc (TCon &Con)

Function Documentation

TCon& Eol ( TCon Con)

Definition at line 73 of file console.cpp.

References TCon::PutCh().

                     {
  Con.PutCh('\n'); return Con;
}

Here is the call graph for this function:

TCon& Spc ( TCon Con)

Definition at line 81 of file console.cpp.

References TCon::PutCh().

                     {
  Con.PutCh(' ');  return Con;
}

Here is the call graph for this function:

TCon& Tab ( TCon Con)

Definition at line 77 of file console.cpp.

References TCon::PutCh().

                     {
  Con.PutCh('\t');  return Con;
}

Here is the call graph for this function: