ProteoWizard
|
Inheritable pass-through implementation for wrapping a ProteinList. More...
#include <ProteinListWrapper.hpp>
Public Member Functions | |
ProteinListWrapper (const ProteinListPtr &inner) | |
virtual size_t | size () const |
virtual ProteinPtr | protein (size_t index, bool getSequence=true) const |
![]() | |
virtual bool | empty () const |
virtual size_t | find (const std::string &id) const |
virtual IndexList | findKeyword (const std::string &keyword, bool caseSensitive=true) const |
virtual | ~ProteinList () |
Protected Attributes | |
ProteinListPtr | inner_ |
Inheritable pass-through implementation for wrapping a ProteinList.
Definition at line 37 of file ProteinListWrapper.hpp.
|
inline |
Definition at line 41 of file ProteinListWrapper.hpp.
|
inlinevirtual |
Implements pwiz::proteome::ProteinList.
Reimplemented in pwiz::analysis::ProteinList_DecoyGenerator, pwiz::analysis::ProteinList_Filter, FilterWrapper, and FilterWrapper.
Definition at line 47 of file ProteinListWrapper.hpp.
References inner_.
|
inlinevirtual |
Implements pwiz::proteome::ProteinList.
Reimplemented in pwiz::analysis::ProteinList_DecoyGenerator, pwiz::analysis::ProteinList_Filter, pwiz::proteome::ProteinListCache, and FilterWrapper.
Definition at line 49 of file ProteinListWrapper.hpp.
References inner_.
|
protected |
Definition at line 53 of file ProteinListWrapper.hpp.