SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
Stream

The stream sub-module contains data structures and functions for streaming and tokenization. More...

+ Collaboration diagram for Stream:

Classes

class  seqan3::detail::fast_istreambuf_iterator< char_t, traits_t >
 Functionally the same as std::istreambuf_iterator, but faster. More...
 
class  seqan3::detail::fast_ostreambuf_iterator< char_t, traits_t >
 Functionally the same as std::ostreambuf_iterator, but offers writing a range more efficiently. More...
 
interface  input_stream_over
 Concept for input streams. More...
 
interface  output_stream_over
 Concept for output streams. More...
 
struct  seqan3::detail::stream_buffer_exposer< char_t, traits_t >
 Functionally the same as std::basic_streambuf<char_t, traits_t_>, but exposes protected members as public. More...
 

Detailed Description

The stream sub-module contains data structures and functions for streaming and tokenization.

Hide me