Lolly 1.4.28
|
#include <tm_ostream.hpp>
Public Member Functions | |
tm_ostream () | |
tm_ostream (char *) | |
tm_ostream (FILE *) | |
tm_ostream (const tm_ostream &) | |
tm_ostream (tm_ostream_rep *) | |
~tm_ostream () | |
tm_ostream_rep * | operator-> () |
tm_ostream & | operator= (tm_ostream x) |
bool | operator== (tm_ostream &) |
void | clear () |
void | flush () |
void | buffer () |
string | unbuffer () |
void | redirect (tm_ostream x) |
tm_ostream & | operator<< (bool) |
tm_ostream & | operator<< (char) |
tm_ostream & | operator<< (short) |
tm_ostream & | operator<< (unsigned short) |
tm_ostream & | operator<< (int) |
tm_ostream & | operator<< (unsigned int) |
tm_ostream & | operator<< (long) |
tm_ostream & | operator<< (unsigned long) |
tm_ostream & | operator<< (long long int) |
tm_ostream & | operator<< (unsigned long long int) |
tm_ostream & | operator<< (float) |
tm_ostream & | operator<< (double) |
tm_ostream & | operator<< (long double) |
tm_ostream & | operator<< (const char *) |
Public Attributes | |
tm_ostream_rep * | rep |
Static Public Attributes | |
static tm_ostream | private_cout |
static tm_ostream | private_cerr |
static tm_ostream & | cout |
static tm_ostream & | cerr |
Definition at line 36 of file tm_ostream.hpp.
tm_ostream::tm_ostream | ( | ) |
Definition at line 149 of file tm_ostream.cpp.
tm_ostream::tm_ostream | ( | char * | s | ) |
Definition at line 152 of file tm_ostream.cpp.
tm_ostream::tm_ostream | ( | FILE * | f | ) |
Definition at line 155 of file tm_ostream.cpp.
tm_ostream::tm_ostream | ( | const tm_ostream & | x | ) |
tm_ostream::tm_ostream | ( | tm_ostream_rep * | rep2 | ) |
tm_ostream::~tm_ostream | ( | ) |
Definition at line 164 of file tm_ostream.cpp.
tm_ostream_rep * tm_ostream::operator-> | ( | ) |
Definition at line 166 of file tm_ostream.cpp.
tm_ostream & tm_ostream::operator= | ( | tm_ostream | x | ) |
bool tm_ostream::operator== | ( | tm_ostream & | out | ) |
Definition at line 177 of file tm_ostream.cpp.
void tm_ostream::clear | ( | ) |
Definition at line 182 of file tm_ostream.cpp.
void tm_ostream::flush | ( | ) |
Definition at line 187 of file tm_ostream.cpp.
void tm_ostream::buffer | ( | ) |
Definition at line 192 of file tm_ostream.cpp.
string tm_ostream::unbuffer | ( | ) |
Definition at line 198 of file tm_ostream.cpp.
void tm_ostream::redirect | ( | tm_ostream | x | ) |
tm_ostream & tm_ostream::operator<< | ( | bool | b | ) |
Definition at line 218 of file tm_ostream.cpp.
tm_ostream & tm_ostream::operator<< | ( | char | c | ) |
tm_ostream & tm_ostream::operator<< | ( | short | sh | ) |
tm_ostream & tm_ostream::operator<< | ( | unsigned short | ush | ) |
tm_ostream & tm_ostream::operator<< | ( | int | i | ) |
tm_ostream & tm_ostream::operator<< | ( | unsigned int | ui | ) |
tm_ostream & tm_ostream::operator<< | ( | long | l | ) |
tm_ostream & tm_ostream::operator<< | ( | unsigned long | ul | ) |
tm_ostream & tm_ostream::operator<< | ( | long long int | ) |
tm_ostream & tm_ostream::operator<< | ( | unsigned long long int | ) |
tm_ostream & tm_ostream::operator<< | ( | float | f | ) |
tm_ostream & tm_ostream::operator<< | ( | double | d | ) |
tm_ostream & tm_ostream::operator<< | ( | long double | ld | ) |
tm_ostream & tm_ostream::operator<< | ( | const char * | s | ) |
Definition at line 321 of file tm_ostream.cpp.
tm_ostream_rep* tm_ostream::rep |
Definition at line 38 of file tm_ostream.hpp.
|
static |
Definition at line 41 of file tm_ostream.hpp.
|
static |
Definition at line 42 of file tm_ostream.hpp.
|
static |
Definition at line 43 of file tm_ostream.hpp.
|
static |
Definition at line 44 of file tm_ostream.hpp.