SNAP Library, Developer Reference  2012-10-15 15:06:59
SNAP, a general purpose network analysis and graph mining library
 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

TCon & Eol (TCon &Con)
TCon & Tab (TCon &Con)
TCon & Spc (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: