21 #ifndef FIFO_STREAM_HPP_INCLUDED 22 #define FIFO_STREAM_HPP_INCLUDED 28 template<
typename fifoT,
typename deviceT>
71 #endif // FIFO_STREAM_HPP_INCLUDED poorman::ostream< char_type > & write(const char_type *s, unsigned int count)
Definition: fifo_stream.hpp:45
poorman::ostream< char_type > & endl()
Definition: fifo_stream.hpp:60
Definition: poorman_ostream.hpp:29
ostream< Tp > & flush(ostream< Tp > &st)
manipulator, flushes the output stream
Definition: poorman_ostream.hpp:69
Definition: fifo_stream.hpp:29
poorman::ostream< char_type > & flush()
Definition: fifo_stream.hpp:55
poorman::ostream< char_type > & puts(const char_type *s)
Definition: fifo_stream.hpp:50
typename typename stream_device_type::fifo_type ::char_type char_type
Definition: fifo_stream.hpp:38
poorman::ostream< char_type > & put(char_type c)
Definition: fifo_stream.hpp:40
fifo_stream(fifoT &f)
Definition: fifo_stream.hpp:36