bpp-seq  2.1.0
bpp::SymbolListInsertionEvent Class Reference

#include <Bpp/Seq/SymbolList.h>

+ Inheritance diagram for bpp::SymbolListInsertionEvent:
+ Collaboration diagram for bpp::SymbolListInsertionEvent:

List of all members.

Public Member Functions

 SymbolListInsertionEvent (SymbolList *list, size_t pos, size_t len)
virtual size_t getPosition () const
virtual size_t getLength () const
virtual SymbolListgetSymbolList ()
virtual const SymbolListgetSymbolList () const

Private Attributes

size_t pos_
size_t len_

Detailed Description

Definition at line 414 of file SymbolList.h.


Constructor & Destructor Documentation

bpp::SymbolListInsertionEvent::SymbolListInsertionEvent ( SymbolList list,
size_t  pos,
size_t  len 
) [inline]

Definition at line 422 of file SymbolList.h.


Member Function Documentation

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_.


Member Data Documentation

Definition at line 419 of file SymbolList.h.

Referenced by getLength().

Definition at line 418 of file SymbolList.h.

Referenced by getPosition().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends