bpp-seq3  3.0.0
bpp::Commentable Class Referenceabstract

#include <Bpp/Seq/Commentable.h>

+ Inheritance diagram for bpp::Commentable:

Public Member Functions

 Commentable ()
 
virtual ~Commentable ()
 
virtual const CommentsgetComments () const =0
 Get the comments. More...
 
virtual void setComments (const Comments &comments)=0
 Set the comments. More...
 
virtual void clearComments ()=0
 

Detailed Description

Definition at line 23 of file Commentable.h.

Constructor & Destructor Documentation

◆ Commentable()

bpp::Commentable::Commentable ( )
inline

Definition at line 26 of file Commentable.h.

◆ ~Commentable()

virtual bpp::Commentable::~Commentable ( )
inlinevirtual

Definition at line 27 of file Commentable.h.

Member Function Documentation

◆ clearComments()

virtual void bpp::Commentable::clearComments ( )
pure virtual

Implemented in bpp::SimpleCommentable.

◆ getComments()

◆ setComments()

virtual void bpp::Commentable::setComments ( const Comments comments)
pure virtual

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