OpenMPTL - Helper Library
C++ Microprocessor Template Library
|
#include <fifo_stream.hpp>
Public Types | |
using | char_type = typename fifoT::char_type |
![]() | |
using | char_type = fifoT::char_type |
Public Member Functions | |
fifo_stream (fifoT &f) | |
poorman::ostream< char_type > & | put (char_type c) |
poorman::ostream< char_type > & | write (const char_type *s, unsigned int count) |
poorman::ostream< char_type > & | puts (const char_type *s) |
poorman::ostream< char_type > & | flush () |
poorman::ostream< char_type > & | endl () |
![]() | |
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 |
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 &)) |
using mptl::fifo_stream< fifoT, deviceT >::char_type = typename fifoT::char_type |
|
inline |
|
inlinevirtual |
Implements poorman::ostream< fifoT::char_type >.
|
inlinevirtual |
Implements poorman::ostream< fifoT::char_type >.
|
inline |
|
inline |
|
inline |