SNAP Library, User Reference
2012-10-02 12:56:23
SNAP, a general purpose network analysis and graph mining library
|
Inherits TSOut.
Public Member Functions | |
TMOut (const int &_MxBfL=1024) | |
TMOut (char *_Bf, const int &_MxBfL) | |
~TMOut () | |
int | PutCh (const char &Ch) |
int | PutBf (const void *LBf, const TSize &LBfL) |
void | Flush () |
int | Len () const |
void | Clr () |
char | GetCh (const int &ChN) const |
TStr | GetAsStr () const |
void | CutBf (const int &CutBfL) |
PSIn | GetSIn (const bool &IsCut=true, const int &CutBfL=-1) |
char * | GetBfAddr () const |
bool | IsCrLfLn () const |
TStr | GetCrLfLn () |
bool | IsEolnLn () const |
TStr | GetEolnLn (const bool &DoAddEoln, const bool &DoCutBf) |
void | MkEolnLn () |
Static Public Member Functions | |
static PSOut | New (const int &MxBfL=1024) |
TMOut::TMOut | ( | const int & | _MxBfL = 1024 | ) |
TMOut::TMOut | ( | char * | _Bf, |
const int & | _MxBfL | ||
) |
TMOut::~TMOut | ( | ) | [inline] |
void TMOut::Clr | ( | ) | [inline] |
void TMOut::CutBf | ( | const int & | CutBfL | ) |
void TMOut::Flush | ( | ) | [inline, virtual] |
Implements TSOut.
TStr TMOut::GetAsStr | ( | ) | const |
char* TMOut::GetBfAddr | ( | ) | const [inline] |
char TMOut::GetCh | ( | const int & | ChN | ) | const [inline] |
TStr TMOut::GetCrLfLn | ( | ) |
TStr TMOut::GetEolnLn | ( | const bool & | DoAddEoln, |
const bool & | DoCutBf | ||
) |
PSIn TMOut::GetSIn | ( | const bool & | IsCut = true , |
const int & | CutBfL = -1 |
||
) |
bool TMOut::IsCrLfLn | ( | ) | const |
bool TMOut::IsEolnLn | ( | ) | const |
int TMOut::Len | ( | ) | const [inline] |
void TMOut::MkEolnLn | ( | ) |
static PSOut TMOut::New | ( | const int & | MxBfL = 1024 | ) | [inline, static] |
int TMOut::PutBf | ( | const void * | LBf, |
const TSize & | LBfL | ||
) | [virtual] |
Implements TSOut.
int TMOut::PutCh | ( | const char & | Ch | ) | [inline, virtual] |
Implements TSOut.