SeqAn3 3.1.0
The Modern C++ library for sequence analysis.
wuss.hpp File Reference

Provides the WUSS format for RNA structure. More...

+ Include dependency graph for wuss.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  seqan3::wuss< SIZE >
 The WUSS structure alphabet of the characters .<>:,-_~;()[]{}AaBbCcDd... More...
 

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 
namespace  seqan3::literals
 The SeqAn namespace for literals.
 

Functions

Structure literals
constexpr wuss51 seqan3::literals::operator""_wuss51 (char const ch) noexcept
 The seqan3::wuss51 char literal. More...
 
std::vector< wuss51seqan3::literals::operator""_wuss51 (const char *str, std::size_t len)
 The seqan3::wuss51 string literal. More...
 

Detailed Description

Provides the WUSS format for RNA structure.

Author
Joerg Winkler <j.winkler AT fu-berlin.de>