OpenMPTL - Helper Library
C++ Microprocessor Template Library
|
#include <poorman_ostream.hpp>
Public Types | |
using | char_type = Tp |
Public Member Functions | |
virtual ostream & | put (char_type c)=0 |
virtual ostream & | puts (const char_type *s)=0 |
virtual ostream & | write (const char_type *s, unsigned int count)=0 |
virtual ostream & | flush ()=0 |
virtual ostream & | endl ()=0 |
template<typename valT > | |
std::enable_if< std::is_integral< valT >::value, ostream & >::type friend | operator<< (ostream &st, valT val) |
hexadecimal output of any integral type More... | |
ostream & | operator<< (ostream &(*func)(ostream &)) |
Friends | |
ostream & | operator<< (ostream &st, const char *s) |
using poorman::ostream< Tp >::char_type = Tp |
|
pure virtual |
|
pure virtual |
|
inline |
|
inline |
|
pure virtual |
|
pure virtual |
|
pure virtual |