|
bpp-seq
2.1.0
|
#include <Bpp/Seq/SymbolList.h>
Inheritance diagram for bpp::SymbolListInsertionEvent:
Collaboration diagram for bpp::SymbolListInsertionEvent: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.
| bpp::SymbolListInsertionEvent::SymbolListInsertionEvent | ( | SymbolList * | list, |
| size_t | pos, | ||
| size_t | len | ||
| ) | [inline] |
Definition at line 422 of file SymbolList.h.
| virtual size_t bpp::SymbolListInsertionEvent::getLength | ( | ) | const [inline, virtual] |
Definition at line 427 of file SymbolList.h.
References len_.
| virtual size_t bpp::SymbolListInsertionEvent::getPosition | ( | ) | const [inline, virtual] |
Definition at line 426 of file SymbolList.h.
References pos_.
| virtual SymbolList* bpp::SymbolListEditionEvent::getSymbolList | ( | ) | [inline, virtual, inherited] |
Definition at line 409 of file SymbolList.h.
References bpp::SymbolListEditionEvent::list_.
| virtual const SymbolList* bpp::SymbolListEditionEvent::getSymbolList | ( | ) | const [inline, virtual, inherited] |
Definition at line 410 of file SymbolList.h.
References bpp::SymbolListEditionEvent::list_.
size_t bpp::SymbolListInsertionEvent::len_ [private] |
Definition at line 419 of file SymbolList.h.
Referenced by getLength().
size_t bpp::SymbolListInsertionEvent::pos_ [private] |
Definition at line 418 of file SymbolList.h.
Referenced by getPosition().