NCBI C++ ToolKit
|
Search Toolkit Book for CValidator::CCacheImpl::SFeatKey
#include <objtools/validator/cache_impl.hpp>
Public Member Functions | |
SFeatKey (CSeqFeatData::E_Choice feat_type_arg, CSeqFeatData::ESubtype feat_subtype_arg, const CBioseq_Handle &bioseq_h_arg) | |
bool | operator< (const SFeatKey &rhs) const |
bool | operator== (const SFeatKey &rhs) const |
Public Attributes | |
CSeqFeatData::E_Choice | feat_type |
CSeqFeatData::ESubtype | feat_subtype |
CBioseq_Handle | bioseq_h |
Definition at line 146 of file cache_impl.hpp.
|
inline |
Definition at line 147 of file cache_impl.hpp.
Definition at line 3814 of file validatorp.cpp.
References bioseq_h, feat_subtype, and feat_type.
Definition at line 3828 of file validatorp.cpp.
References bioseq_h, feat_subtype, and feat_type.
CBioseq_Handle CValidator::CCacheImpl::SFeatKey::bioseq_h |
Definition at line 159 of file cache_impl.hpp.
Referenced by CValidator::CCacheImpl::GetFeatFromCache(), operator<(), and operator==().
CSeqFeatData::ESubtype CValidator::CCacheImpl::SFeatKey::feat_subtype |
Definition at line 158 of file cache_impl.hpp.
Referenced by CValidator::CCacheImpl::GetFeatFromCache(), operator<(), operator==(), and CValidError_bioseq::x_ValidateAbuttingUTR().
CSeqFeatData::E_Choice CValidator::CCacheImpl::SFeatKey::feat_type |
Definition at line 157 of file cache_impl.hpp.
Referenced by CValidator::CCacheImpl::GetFeatFromCache(), operator<(), and operator==().