bpp-seq  2.2.0
bpp::SymbolListEditionEvent Class Reference

#include <Bpp/Seq/SymbolList.h>

+ Inheritance diagram for bpp::SymbolListEditionEvent:
+ Collaboration diagram for bpp::SymbolListEditionEvent:

Public Member Functions

 SymbolListEditionEvent (SymbolList *list)
 
 SymbolListEditionEvent (const SymbolListEditionEvent &slee)
 
SymbolListEditionEventoperator= (const SymbolListEditionEvent &slee)
 
virtual ~SymbolListEditionEvent ()
 
virtual SymbolListgetSymbolList ()
 
virtual const SymbolListgetSymbolList () const
 

Private Attributes

SymbolListlist_
 

Detailed Description

Definition at line 390 of file SymbolList.h.

Constructor & Destructor Documentation

◆ SymbolListEditionEvent() [1/2]

bpp::SymbolListEditionEvent::SymbolListEditionEvent ( SymbolList list)
inline

Definition at line 396 of file SymbolList.h.

◆ SymbolListEditionEvent() [2/2]

bpp::SymbolListEditionEvent::SymbolListEditionEvent ( const SymbolListEditionEvent slee)
inline

Definition at line 399 of file SymbolList.h.

◆ ~SymbolListEditionEvent()

virtual bpp::SymbolListEditionEvent::~SymbolListEditionEvent ( )
inlinevirtual

Definition at line 406 of file SymbolList.h.

Member Function Documentation

◆ getSymbolList() [1/2]

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

Definition at line 409 of file SymbolList.h.

References list_.

◆ getSymbolList() [2/2]

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

Definition at line 410 of file SymbolList.h.

References list_.

◆ operator=()

SymbolListEditionEvent& bpp::SymbolListEditionEvent::operator= ( const SymbolListEditionEvent slee)
inline

Definition at line 401 of file SymbolList.h.

References list_.

Member Data Documentation

◆ list_

SymbolList* bpp::SymbolListEditionEvent::list_
private

Definition at line 393 of file SymbolList.h.

Referenced by getSymbolList(), and operator=().


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