bpp-seq3
3.0.0
|
#include <Bpp/Seq/CoreSymbolList.h>
Public Member Functions | |
CoreSymbolListSubstitutionEvent (TemplateCoreSymbolListInterface< T > *list, size_t begin, size_t end) | |
virtual size_t | getBegin () const |
virtual size_t | getEnd () const |
virtual TemplateCoreSymbolListInterface< T > * | getCoreSymbolList () |
virtual const TemplateCoreSymbolListInterface< T > * | getCoreSymbolList () const |
Private Attributes | |
size_t | begin_ |
size_t | end_ |
TemplateCoreSymbolListInterface< T > * | list_ |
Definition at line 318 of file CoreSymbolList.h.
|
inline |
Definition at line 326 of file CoreSymbolList.h.
|
inlinevirtual |
Definition at line 330 of file CoreSymbolList.h.
References bpp::CoreSymbolListSubstitutionEvent< T >::begin_.
|
inlinevirtualinherited |
Definition at line 276 of file CoreSymbolList.h.
References bpp::CoreSymbolListEditionEvent< T >::list_.
Referenced by bpp::SequenceMask::afterSequenceChanged(), and bpp::SequenceQuality::afterSequenceChanged().
|
inlinevirtualinherited |
Definition at line 277 of file CoreSymbolList.h.
References bpp::CoreSymbolListEditionEvent< T >::list_.
|
inlinevirtual |
Definition at line 331 of file CoreSymbolList.h.
References bpp::CoreSymbolListSubstitutionEvent< T >::end_.
|
private |
Definition at line 322 of file CoreSymbolList.h.
Referenced by bpp::CoreSymbolListSubstitutionEvent< T >::getBegin().
|
private |
Definition at line 323 of file CoreSymbolList.h.
Referenced by bpp::CoreSymbolListSubstitutionEvent< T >::getEnd().
|
privateinherited |
Definition at line 259 of file CoreSymbolList.h.
Referenced by bpp::CoreSymbolListEditionEvent< T >::getCoreSymbolList(), and bpp::CoreSymbolListEditionEvent< T >::operator=().