libpappsomspp
Library for mass spectrometry
|
#include <grpsubgroupset.h>
Public Member Functions | |
GrpSubGroupSet () | |
GrpSubGroupSet (const GrpSubGroupSet &other) | |
~GrpSubGroupSet () | |
unsigned int | size () const |
void | addAll (const GrpSubGroupSet &other) |
void | remove (GrpSubGroup *p_remove_sub_group) |
void | add (GrpSubGroup *p_add_sub_group) |
std::list< GrpSubGroup * >::iterator | erase (std::list< GrpSubGroup * >::iterator it) |
std::list< GrpSubGroup * >::const_iterator | begin () const |
std::list< GrpSubGroup * >::const_iterator | end () const |
bool | contains (GrpSubGroup *get) const |
const QString | printInfos () const |
Private Attributes | |
friend | GrpGroup |
std::list< GrpSubGroup * > | m_grpSubGroupPtrList |
Definition at line 33 of file grpsubgroupset.h.
pappso::GrpSubGroupSet::GrpSubGroupSet | ( | ) |
Definition at line 30 of file grpsubgroupset.cpp.
pappso::GrpSubGroupSet::GrpSubGroupSet | ( | const GrpSubGroupSet & | other | ) |
Definition at line 34 of file grpsubgroupset.cpp.
pappso::GrpSubGroupSet::~GrpSubGroupSet | ( | ) |
Definition at line 39 of file grpsubgroupset.cpp.
void pappso::GrpSubGroupSet::add | ( | GrpSubGroup * | p_add_sub_group | ) |
void pappso::GrpSubGroupSet::addAll | ( | const GrpSubGroupSet & | other | ) |
Definition at line 45 of file grpsubgroupset.cpp.
References m_grpSubGroupPtrList.
Referenced by pappso::GrpMapPeptideToSubGroupSet::getSubGroupSet().
|
inline |
Definition at line 58 of file grpsubgroupset.h.
References m_grpSubGroupPtrList.
bool pappso::GrpSubGroupSet::contains | ( | GrpSubGroup * | get | ) | const |
Definition at line 89 of file grpsubgroupset.cpp.
References m_grpSubGroupPtrList.
Referenced by pappso::GrpGroup::addSubGroupSp().
|
inline |
Definition at line 63 of file grpsubgroupset.h.
References m_grpSubGroupPtrList.
|
inline |
Definition at line 53 of file grpsubgroupset.h.
References m_grpSubGroupPtrList.
Referenced by pappso::GrpGroup::addSubGroupSp().
const QString pappso::GrpSubGroupSet::printInfos | ( | ) | const |
Definition at line 138 of file grpsubgroupset.cpp.
References m_grpSubGroupPtrList.
Referenced by pappso::GrpGroup::check().
void pappso::GrpSubGroupSet::remove | ( | GrpSubGroup * | p_remove_sub_group | ) |
Definition at line 83 of file grpsubgroupset.cpp.
References m_grpSubGroupPtrList.
|
inline |
Definition at line 45 of file grpsubgroupset.h.
References m_grpSubGroupPtrList.
|
private |
Definition at line 35 of file grpsubgroupset.h.
|
private |
Definition at line 38 of file grpsubgroupset.h.
Referenced by add(), addAll(), pappso::GrpGroup::addSubGroupSp(), begin(), contains(), end(), erase(), printInfos(), remove(), and size().