bpp-seq  2.2.0
bpp::SymbolListSubstitutionEvent Class Reference

#include <Bpp/Seq/SymbolList.h>

+ Inheritance diagram for bpp::SymbolListSubstitutionEvent:
+ Collaboration diagram for bpp::SymbolListSubstitutionEvent:

Public Member Functions

 SymbolListSubstitutionEvent (SymbolList *list, size_t begin, size_t end)
 
virtual size_t getBegin () const
 
virtual size_t getEnd () const
 
virtual SymbolListgetSymbolList ()
 
virtual const SymbolListgetSymbolList () const
 

Private Attributes

size_t begin_
 
size_t end_
 

Detailed Description

Definition at line 448 of file SymbolList.h.

Constructor & Destructor Documentation

◆ SymbolListSubstitutionEvent()

bpp::SymbolListSubstitutionEvent::SymbolListSubstitutionEvent ( SymbolList list,
size_t  begin,
size_t  end 
)
inline

Definition at line 456 of file SymbolList.h.

Member Function Documentation

◆ getBegin()

virtual size_t bpp::SymbolListSubstitutionEvent::getBegin ( ) const
inlinevirtual

Definition at line 460 of file SymbolList.h.

References begin_.

◆ getEnd()

virtual size_t bpp::SymbolListSubstitutionEvent::getEnd ( ) const
inlinevirtual

Definition at line 461 of file SymbolList.h.

References end_.

◆ getSymbolList() [1/2]

virtual SymbolList* bpp::SymbolListEditionEvent::getSymbolList ( )
inlinevirtualinherited

Definition at line 409 of file SymbolList.h.

References bpp::SymbolListEditionEvent::list_.

◆ getSymbolList() [2/2]

virtual const SymbolList* bpp::SymbolListEditionEvent::getSymbolList ( ) const
inlinevirtualinherited

Definition at line 410 of file SymbolList.h.

References bpp::SymbolListEditionEvent::list_.

Member Data Documentation

◆ begin_

size_t bpp::SymbolListSubstitutionEvent::begin_
private

Definition at line 452 of file SymbolList.h.

Referenced by getBegin().

◆ end_

size_t bpp::SymbolListSubstitutionEvent::end_
private

Definition at line 453 of file SymbolList.h.

Referenced by getEnd().


The documentation for this class was generated from the following file: