The container submodule contains special SeqAn3 containers and generic container concepts. More...
Collaboration diagram for Container:Classes | |
| class | seqan3::aligned_allocator< value_t, alignment_v > |
| Allocates uninitialized storage whose memory-alignment is specified by alignment. More... | |
| class | seqan3::bitcompressed_vector< alphabet_type > |
| A space-optimised version of std::vector that compresses multiple letters into a single byte. More... | |
| class | seqan3::concatenated_sequences< inner_type, data_delimiters_type > |
| Container that stores sequences concatenated internally. More... | |
| interface | seqan3::Container |
| The (most general) container concept as defined by the standard library. More... | |
| interface | seqan3::RandomAccessContainer |
| A more refined container concept than seqan3::SequenceContainer. More... | |
| interface | seqan3::ReservableContainer |
| A more refined container concept than seqan3::RandomAccessContainer. More... | |
| interface | seqan3::SequenceContainer |
| A more refined container concept than seqan3::Container. More... | |
| class | seqan3::small_string< capacity_ > |
| Implements a small string that can be used for compile time computations. More... | |
| class | seqan3::small_vector< value_type_, capacity_ > |
| A constexpr vector implementation with dynamic size at compile time. More... | |
The container submodule contains special SeqAn3 containers and generic container concepts.