NCBI C++ ToolKit
|
Search Toolkit Book for CBlobIdKey
#include <objmgr/blob_id.hpp>
Public Member Functions | |
CBlobIdKey (const CBlobId *id=0) | |
DECLARE_OPERATOR_BOOL_REF (m_Id) | |
const CBlobId & | operator* (void) const |
const CBlobId * | operator-> (void) const |
string | ToString (void) const |
bool | operator< (const CBlobIdKey &id) const |
bool | operator== (const CBlobIdKey &id) const |
bool | operator!= (const CBlobIdKey &id) const |
Private Attributes | |
CConstRef< CBlobId > | m_Id |
Definition at line 157 of file blob_id.hpp.