NCBI C++ ToolKit
|
Search Toolkit Book for CMedlineUID
#include <objects/biblio/MedlineUID.hpp>
Public Member Functions | |
CMedlineUID (void) | |
CMedlineUID (const ncbi::TEntrezId &data) | |
Explicit constructor from the primitive type. More... | |
![]() | |
CMedlineUID_Base (void) | |
DECLARE_STD_ALIAS_TYPE_INFO () | |
CMedlineUID_Base (const NCBI_NS_NCBI::TEntrezId &data) | |
![]() | |
CStdAliasBase (void) | |
CStdAliasBase (const NCBI_NS_NCBI::TEntrezId &value) | |
![]() | |
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 CMedlineUID_Base | Tparent |
Additional Inherited Members | |
![]() | |
typedef CAliasBase< NCBI_NS_NCBI::TEntrezId > | TThis |
![]() | |
static TConstObjectPtr | GetDataPtr (const TThis *alias) |
![]() | |
NCBI_NS_NCBI::TEntrezId | m_Data |
Definition at line 53 of file MedlineUID.hpp.
|
private |
Definition at line 55 of file MedlineUID.hpp.
|
inline |
Definition at line 57 of file MedlineUID.hpp.
|
inlineexplicit |
Explicit constructor from the primitive type.
Definition at line 60 of file MedlineUID.hpp.