The container submodule contains special SeqAn 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 | container |
| The (most general) container concept as defined by the standard library. More... | |
| class | seqan3::dynamic_bitset< bit_capacity > |
| A constexpr bitset implementation with dynamic size at compile time. More... | |
| struct | std::hash< seqan3::dynamic_bitset< cap > > |
Struct for hashing a seqan3::dynamic_bitset. More... | |
| interface | random_access_container |
| A more refined container concept than seqan3::sequence_container. More... | |
| interface | reservible_container |
| A more refined container concept than seqan3::random_access_container. More... | |
| interface | sequence_container |
| 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 SeqAn containers and generic container concepts.