|
LocARNA-2.0.0
|
end of an alignment edge More...
#include <alignment.hh>
Public Member Functions | |
| EdgeEnd () | |
| construct as invalid end | |
| EdgeEnd (pos_type end) | |
| construct as position More... | |
| EdgeEnd (Gap end) | |
| construct as gap More... | |
| bool | is_gap () const |
| gap test More... | |
| bool | is_pos () const |
| is position test More... | |
| Gap | gap () const |
| operator pos_type () const | |
end of an alignment edge
asserts correct type of an edge end
|
inline |
construct as position
|
inline |
construct as gap
|
inline |
edge end as gap
|
inline |
gap test
|
inline |
is position test
|
inline |
edge end as position