bpp-seq
2.2.0
|
#include <Bpp/Seq/SymbolList.h>
Public Member Functions | |
SymbolListInsertionEvent (SymbolList *list, size_t pos, size_t len) | |
virtual size_t | getPosition () const |
virtual size_t | getLength () const |
virtual SymbolList * | getSymbolList () |
virtual const SymbolList * | getSymbolList () const |
Private Attributes | |
size_t | pos_ |
size_t | len_ |
Definition at line 414 of file SymbolList.h.
|
inline |
Definition at line 422 of file SymbolList.h.
|
inlinevirtual |
Definition at line 427 of file SymbolList.h.
References len_.
Referenced by bpp::SequenceMask::afterSequenceInserted(), and bpp::SequenceQuality::afterSequenceInserted().
|
inlinevirtual |
Definition at line 426 of file SymbolList.h.
References pos_.
|
inlinevirtualinherited |
Definition at line 409 of file SymbolList.h.
References bpp::SymbolListEditionEvent::list_.
|
inlinevirtualinherited |
Definition at line 410 of file SymbolList.h.
References bpp::SymbolListEditionEvent::list_.
|
private |
Definition at line 419 of file SymbolList.h.
Referenced by getLength().
|
private |
Definition at line 418 of file SymbolList.h.
Referenced by getPosition().