NCBI C++ ToolKit
|
Search Toolkit Book for CPubMedId
#include <objects/biblio/PubMedId.hpp>
Public Member Functions | |
CPubMedId (void) | |
CPubMedId (const ncbi::TEntrezId &data) | |
Explicit constructor from the primitive type. More... | |
Public Member Functions inherited from CPubMedId_Base | |
CPubMedId_Base (void) | |
DECLARE_STD_ALIAS_TYPE_INFO () | |
CPubMedId_Base (const NCBI_NS_NCBI::TEntrezId &data) | |
Public Member Functions inherited from CStdAliasBase< NCBI_NS_NCBI::TEntrezId > | |
CStdAliasBase (void) | |
CStdAliasBase (const NCBI_NS_NCBI::TEntrezId &value) | |
Public Member Functions inherited from CAliasBase< NCBI_NS_NCBI::TEntrezId > | |
CAliasBase (void) | |
CAliasBase (const NCBI_NS_NCBI::TEntrezId &value) | |
const NCBI_NS_NCBI::TEntrezId & | Get (void) const |
NCBI_NS_NCBI::TEntrezId & | Set (void) |
void | Set (const NCBI_NS_NCBI::TEntrezId &value) |
operator NCBI_NS_NCBI::TEntrezId (void) const | |
TThis & | operator* (void) |
TThis * | operator-> (void) |
bool | operator< (const T &value) const |
bool | operator> (const T &value) const |
bool | operator== (const T &value) const |
bool | operator!= (const T &value) const |
Private Types | |
typedef CPubMedId_Base | Tparent |
Additional Inherited Members | |
Public Types inherited from CAliasBase< NCBI_NS_NCBI::TEntrezId > | |
typedef CAliasBase< NCBI_NS_NCBI::TEntrezId > | TThis |
Static Public Member Functions inherited from CAliasBase< NCBI_NS_NCBI::TEntrezId > | |
static TConstObjectPtr | GetDataPtr (const TThis *alias) |
Protected Attributes inherited from CAliasBase< NCBI_NS_NCBI::TEntrezId > | |
NCBI_NS_NCBI::TEntrezId | m_Data |
Definition at line 53 of file PubMedId.hpp.
|
private |
Definition at line 55 of file PubMedId.hpp.
|
inline |
Definition at line 57 of file PubMedId.hpp.
|
inlineexplicit |
Explicit constructor from the primitive type.
Definition at line 60 of file PubMedId.hpp.