SNAP Library 2.3, Developer Reference
2014-06-16 11:58:46
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <console.h>
Public Member Functions | |
TCon () | |
~TCon () | |
int | PutCh (const int &Ch) |
void | PutBf (const void *LBf, const int &LBfL) |
void | Flush () |
TCon & | operator<< (const bool &Bool) |
TCon & | operator<< (const uchar &UCh) |
TCon & | operator<< (const char &Ch) |
TCon & | operator<< (const int &Int) |
TCon & | operator<< (const uint &Int) |
TCon & | operator<< (const short &Sh) |
TCon & | operator<< (const ushort &USh) |
TCon & | operator<< (const float &Flt) |
TCon & | operator<< (const double &Double) |
TCon & | operator<< (const long double &LDouble) |
TCon & | operator<< (const char *CStr) |
TCon & | operator<< (const TStr &Str) |
TCon & | operator<< (const TChA &ChA) |
TCon & | operator<< (const TConManip &Mnp) |
TCon & | operator<< (TCon &(*FuncPt)(TCon &)) |
void | operator() (const char *FmtStr,...) |
Private Member Functions | |
TCon (const TCon &) | |
TCon & | operator= (const TCon &) |
|
private |
TCon::TCon | ( | ) |
TCon::~TCon | ( | ) |
void TCon::operator() | ( | const char * | FmtStr, |
... | |||
) |
Definition at line 65 of file console.cpp.
References PutBf().
|
inline |
|
inline |
TCon & TCon::operator<< | ( | const int & | Int | ) |
Definition at line 29 of file console.cpp.
References PutBf().
Definition at line 36 of file console.cpp.
References PutBf().
|
inline |
Definition at line 42 of file console.h.
References operator<<().
Referenced by operator<<().
Definition at line 43 of file console.h.
References operator<<().
Referenced by operator<<().
TCon & TCon::operator<< | ( | const float & | Flt | ) |
Definition at line 43 of file console.cpp.
References PutBf().
TCon & TCon::operator<< | ( | const double & | Double | ) |
Definition at line 51 of file console.cpp.
References PutBf().
TCon & TCon::operator<< | ( | const long double & | LDouble | ) |
Definition at line 58 of file console.cpp.
References PutBf().
|
inline |
Definition at line 48 of file console.h.
References TStr::CStr(), TStr::Len(), and PutBf().
Definition at line 49 of file console.h.
References TChA::CStr(), TChA::Len(), and PutBf().
void TCon::PutBf | ( | const void * | LBf, |
const int & | LBfL | ||
) |
Definition at line 17 of file console.cpp.
References IAssert.
Referenced by operator()(), operator<<(), and PutCh().
|
inline |