NCBI C++ ToolKit
|
Search Toolkit Book for CAnnotName
#include <objmgr/annot_name.hpp>
Public Member Functions | |
CAnnotName (void) | |
CAnnotName (const string &name) | |
CAnnotName (const char *name) | |
bool | IsNamed (void) const |
const string & | GetName (void) const |
void | SetUnnamed (void) |
void | SetNamed (const string &name) |
bool | operator< (const CAnnotName &name) const |
bool | operator== (const CAnnotName &name) const |
bool | operator!= (const CAnnotName &name) const |
Private Attributes | |
bool | m_Named |
string | m_Name |
Definition at line 42 of file annot_name.hpp.
|
inline |
Definition at line 45 of file annot_name.hpp.
Definition at line 49 of file annot_name.hpp.
|
inline |
Definition at line 53 of file annot_name.hpp.
Definition at line 62 of file annot_name.hpp.
References _ASSERT.
Referenced by CSeq_annot_Info::GetDescription(), CTSE_Info::GetDescription(), CSeq_annot_Handle::GetName(), SAnnotSelector::IncludedAnnotName(), CProcessor_AnnotInfo::LoadBlob(), CBlobSplitterImpl::MakeID2Chunk(), CSeq_annot_SplitInfo::Print(), s_CreateNAChunk(), CSeq_annot_SplitInfo::SetSeq_annot(), and CSeq_annot_Info::x_UpdateName().
|
inline |
Definition at line 58 of file annot_name.hpp.
Referenced by SAnnotSelector::IncludedAnnotName(), CSeq_annot_Handle::IsNamed(), CProcessor_AnnotInfo::LoadBlob(), CBlobSplitterImpl::MakeID2Chunk(), CSeq_annot_SplitInfo::Print(), CProcessor_ExtAnnot::Process(), s_CreateNAChunk(), CSeq_annot_SplitInfo::SetSeq_annot(), CSeq_annot_Finder::x_Find(), and CSeq_annot_Info::x_UpdateName().
|
inline |
Definition at line 87 of file annot_name.hpp.
|
inline |
Definition at line 79 of file annot_name.hpp.
|
inline |
Definition at line 83 of file annot_name.hpp.
Definition at line 73 of file annot_name.hpp.
Referenced by CProcessor_ExtAnnot::Process(), x_ApplyCmd(), CSplitParser::x_Attach(), CLDS2_DataLoader::x_LoadTSE(), and CSeq_annot_Info::x_UpdateName().
|
inline |
Definition at line 68 of file annot_name.hpp.
Referenced by CLDS2_DataLoader::x_LoadTSE(), and CSeq_annot_Info::x_UpdateName().
|
private |
Definition at line 94 of file annot_name.hpp.
Referenced by operator!=(), operator<(), and operator==().
|
private |
Definition at line 93 of file annot_name.hpp.
Referenced by operator!=(), operator<(), and operator==().