Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/classCMim__entry__Base.html below:
NCBI C++ ToolKit: CMim_entry_Base Class Reference
enum EMimType {
eMimType_none = 0 , eMimType_star = 1 , eMimType_caret = 2 , eMimType_pound = 3 ,
eMimType_plus = 4 , eMimType_perc = 5
} enum class E_memberIndex {
e__allMandatory = 0 , e_mimNumber , e_mimType , e_title ,
e_copyright , e_symbol , e_locus , e_synonyms ,
e_aliases , e_included , e_seeAlso , e_text ,
e_textfields , e_hasSummary , e_summary , e_summaryAttribution ,
e_summaryEditHistory , e_summaryCreationDate , e_allelicVariants , e_hasSynopsis ,
e_clinicalSynopsis , e_synopsisAttribution , e_synopsisEditHistory , e_synopsisCreationDate ,
e_editHistory , e_creationDate , e_references , e_attribution ,
e_numGeneMaps , e_medlineLinks , e_proteinLinks , e_nucleotideLinks ,
e_structureLinks , e_genomeLinks
} typedef string TMimNumber typedef int TMimType typedef string TTitle typedef string TCopyright typedef string TSymbol typedef string TLocus typedef list< string > TSynonyms typedef list< string > TAliases typedef list< string > TIncluded typedef list< CRef< CMim_cit > > TSeeAlso typedef list< CRef< CMim_text > > TText typedef list< CRef< CMim_text > > TTextfields typedef bool THasSummary typedef list< CRef< CMim_text > > TSummary typedef list< CRef< CMim_edit_item > > TSummaryAttribution typedef list< CRef< CMim_edit_item > > TSummaryEditHistory typedef CMim_edit_item TSummaryCreationDate typedef list< CRef< CMim_allelic_variant > > TAllelicVariants typedef bool THasSynopsis typedef list< CRef< CMim_index_term > > TClinicalSynopsis typedef list< CRef< CMim_edit_item > > TSynopsisAttribution typedef list< CRef< CMim_edit_item > > TSynopsisEditHistory typedef CMim_edit_item TSynopsisCreationDate typedef list< CRef< CMim_edit_item > > TEditHistory typedef CMim_edit_item TCreationDate typedef list< CRef< CMim_reference > > TReferences typedef list< CRef< CMim_edit_item > > TAttribution typedef int TNumGeneMaps typedef CMim_link TMedlineLinks typedef CMim_link TProteinLinks typedef CMim_link TNucleotideLinks typedef CMim_link TStructureLinks typedef CMim_link TGenomeLinks typedef Tparent::CMemberIndex< E_memberIndex, 34 > TmemberIndex enum EAllocFillMode { eAllocFillNone = 1 , eAllocFillZero , eAllocFillPattern } Control filling of newly allocated memory. More...
typedef CObjectCounterLocker TLockerType Default locker type for CRef. More...
typedef atomic< Uint8 > TCounter Counter type is CAtomiCounter. More...
typedef Uint8 TCount Alias for value type of counter. More...
CMim_entry_Base (void) virtual ~CMim_entry_Base (void) DECLARE_INTERNAL_TYPE_INFO () bool IsSetMimNumber (void) const Check if a value has been assigned to MimNumber data member. More...
bool CanGetMimNumber (void) const Check if it is safe to call GetMimNumber method. More...
void ResetMimNumber (void) Reset MimNumber data member. More...
const TMimNumber & GetMimNumber (void) const Get the MimNumber member data. More...
void SetMimNumber (const TMimNumber &value) Assign a value to MimNumber data member. More...
void SetMimNumber (TMimNumber &&value) TMimNumber & SetMimNumber (void) Assign a value to MimNumber data member. More...
bool IsSetMimType (void) const Check if a value has been assigned to MimType data member. More...
bool CanGetMimType (void) const Check if it is safe to call GetMimType method. More...
void ResetMimType (void) Reset MimType data member. More...
TMimType GetMimType (void) const Get the MimType member data. More...
void SetMimType (TMimType value) Assign a value to MimType data member. More...
TMimType & SetMimType (void) Assign a value to MimType data member. More...
bool IsSetTitle (void) const Check if a value has been assigned to Title data member. More...
bool CanGetTitle (void) const Check if it is safe to call GetTitle method. More...
void ResetTitle (void) Reset Title data member. More...
const TTitle & GetTitle (void) const Get the Title member data. More...
void SetTitle (const TTitle &value) Assign a value to Title data member. More...
void SetTitle (TTitle &&value) TTitle & SetTitle (void) Assign a value to Title data member. More...
bool IsSetCopyright (void) const Check if a value has been assigned to Copyright data member. More...
bool CanGetCopyright (void) const Check if it is safe to call GetCopyright method. More...
void ResetCopyright (void) Reset Copyright data member. More...
const TCopyright & GetCopyright (void) const Get the Copyright member data. More...
void SetCopyright (const TCopyright &value) Assign a value to Copyright data member. More...
void SetCopyright (TCopyright &&value) TCopyright & SetCopyright (void) Assign a value to Copyright data member. More...
bool IsSetSymbol (void) const Check if a value has been assigned to Symbol data member. More...
bool CanGetSymbol (void) const Check if it is safe to call GetSymbol method. More...
void ResetSymbol (void) Reset Symbol data member. More...
const TSymbol & GetSymbol (void) const Get the Symbol member data. More...
void SetSymbol (const TSymbol &value) Assign a value to Symbol data member. More...
void SetSymbol (TSymbol &&value) TSymbol & SetSymbol (void) Assign a value to Symbol data member. More...
bool IsSetLocus (void) const Check if a value has been assigned to Locus data member. More...
bool CanGetLocus (void) const Check if it is safe to call GetLocus method. More...
void ResetLocus (void) Reset Locus data member. More...
const TLocus & GetLocus (void) const Get the Locus member data. More...
void SetLocus (const TLocus &value) Assign a value to Locus data member. More...
void SetLocus (TLocus &&value) TLocus & SetLocus (void) Assign a value to Locus data member. More...
bool IsSetSynonyms (void) const Check if a value has been assigned to Synonyms data member. More...
bool CanGetSynonyms (void) const Check if it is safe to call GetSynonyms method. More...
void ResetSynonyms (void) Reset Synonyms data member. More...
const TSynonyms & GetSynonyms (void) const Get the Synonyms member data. More...
TSynonyms & SetSynonyms (void) Assign a value to Synonyms data member. More...
bool IsSetAliases (void) const Check if a value has been assigned to Aliases data member. More...
bool CanGetAliases (void) const Check if it is safe to call GetAliases method. More...
void ResetAliases (void) Reset Aliases data member. More...
const TAliases & GetAliases (void) const Get the Aliases member data. More...
TAliases & SetAliases (void) Assign a value to Aliases data member. More...
bool IsSetIncluded (void) const Check if a value has been assigned to Included data member. More...
bool CanGetIncluded (void) const Check if it is safe to call GetIncluded method. More...
void ResetIncluded (void) Reset Included data member. More...
const TIncluded & GetIncluded (void) const Get the Included member data. More...
TIncluded & SetIncluded (void) Assign a value to Included data member. More...
bool IsSetSeeAlso (void) const Check if a value has been assigned to SeeAlso data member. More...
bool CanGetSeeAlso (void) const Check if it is safe to call GetSeeAlso method. More...
void ResetSeeAlso (void) Reset SeeAlso data member. More...
const TSeeAlso & GetSeeAlso (void) const Get the SeeAlso member data. More...
TSeeAlso & SetSeeAlso (void) Assign a value to SeeAlso data member. More...
bool IsSetText (void) const Check if a value has been assigned to Text data member. More...
bool CanGetText (void) const Check if it is safe to call GetText method. More...
void ResetText (void) Reset Text data member. More...
const TText & GetText (void) const Get the Text member data. More...
TText & SetText (void) Assign a value to Text data member. More...
bool IsSetTextfields (void) const Check if a value has been assigned to Textfields data member. More...
bool CanGetTextfields (void) const Check if it is safe to call GetTextfields method. More...
void ResetTextfields (void) Reset Textfields data member. More...
const TTextfields & GetTextfields (void) const Get the Textfields member data. More...
TTextfields & SetTextfields (void) Assign a value to Textfields data member. More...
bool IsSetHasSummary (void) const Check if a value has been assigned to HasSummary data member. More...
bool CanGetHasSummary (void) const Check if it is safe to call GetHasSummary method. More...
void ResetHasSummary (void) Reset HasSummary data member. More...
THasSummary GetHasSummary (void) const Get the HasSummary member data. More...
void SetHasSummary (THasSummary value) Assign a value to HasSummary data member. More...
THasSummary & SetHasSummary (void) Assign a value to HasSummary data member. More...
bool IsSetSummary (void) const Check if a value has been assigned to Summary data member. More...
bool CanGetSummary (void) const Check if it is safe to call GetSummary method. More...
void ResetSummary (void) Reset Summary data member. More...
const TSummary & GetSummary (void) const Get the Summary member data. More...
TSummary & SetSummary (void) Assign a value to Summary data member. More...
bool IsSetSummaryAttribution (void) const Check if a value has been assigned to SummaryAttribution data member. More...
bool CanGetSummaryAttribution (void) const Check if it is safe to call GetSummaryAttribution method. More...
void ResetSummaryAttribution (void) Reset SummaryAttribution data member. More...
const TSummaryAttribution & GetSummaryAttribution (void) const Get the SummaryAttribution member data. More...
TSummaryAttribution & SetSummaryAttribution (void) Assign a value to SummaryAttribution data member. More...
bool IsSetSummaryEditHistory (void) const Check if a value has been assigned to SummaryEditHistory data member. More...
bool CanGetSummaryEditHistory (void) const Check if it is safe to call GetSummaryEditHistory method. More...
void ResetSummaryEditHistory (void) Reset SummaryEditHistory data member. More...
const TSummaryEditHistory & GetSummaryEditHistory (void) const Get the SummaryEditHistory member data. More...
TSummaryEditHistory & SetSummaryEditHistory (void) Assign a value to SummaryEditHistory data member. More...
bool IsSetSummaryCreationDate (void) const Check if a value has been assigned to SummaryCreationDate data member. More...
bool CanGetSummaryCreationDate (void) const Check if it is safe to call GetSummaryCreationDate method. More...
void ResetSummaryCreationDate (void) Reset SummaryCreationDate data member. More...
const TSummaryCreationDate & GetSummaryCreationDate (void) const Get the SummaryCreationDate member data. More...
void SetSummaryCreationDate (TSummaryCreationDate &value) Assign a value to SummaryCreationDate data member. More...
TSummaryCreationDate & SetSummaryCreationDate (void) Assign a value to SummaryCreationDate data member. More...
bool IsSetAllelicVariants (void) const Check if a value has been assigned to AllelicVariants data member. More...
bool CanGetAllelicVariants (void) const Check if it is safe to call GetAllelicVariants method. More...
void ResetAllelicVariants (void) Reset AllelicVariants data member. More...
const TAllelicVariants & GetAllelicVariants (void) const Get the AllelicVariants member data. More...
TAllelicVariants & SetAllelicVariants (void) Assign a value to AllelicVariants data member. More...
bool IsSetHasSynopsis (void) const Check if a value has been assigned to HasSynopsis data member. More...
bool CanGetHasSynopsis (void) const Check if it is safe to call GetHasSynopsis method. More...
void ResetHasSynopsis (void) Reset HasSynopsis data member. More...
THasSynopsis GetHasSynopsis (void) const Get the HasSynopsis member data. More...
void SetHasSynopsis (THasSynopsis value) Assign a value to HasSynopsis data member. More...
THasSynopsis & SetHasSynopsis (void) Assign a value to HasSynopsis data member. More...
bool IsSetClinicalSynopsis (void) const Check if a value has been assigned to ClinicalSynopsis data member. More...
bool CanGetClinicalSynopsis (void) const Check if it is safe to call GetClinicalSynopsis method. More...
void ResetClinicalSynopsis (void) Reset ClinicalSynopsis data member. More...
const TClinicalSynopsis & GetClinicalSynopsis (void) const Get the ClinicalSynopsis member data. More...
TClinicalSynopsis & SetClinicalSynopsis (void) Assign a value to ClinicalSynopsis data member. More...
bool IsSetSynopsisAttribution (void) const Check if a value has been assigned to SynopsisAttribution data member. More...
bool CanGetSynopsisAttribution (void) const Check if it is safe to call GetSynopsisAttribution method. More...
void ResetSynopsisAttribution (void) Reset SynopsisAttribution data member. More...
const TSynopsisAttribution & GetSynopsisAttribution (void) const Get the SynopsisAttribution member data. More...
TSynopsisAttribution & SetSynopsisAttribution (void) Assign a value to SynopsisAttribution data member. More...
bool IsSetSynopsisEditHistory (void) const Check if a value has been assigned to SynopsisEditHistory data member. More...
bool CanGetSynopsisEditHistory (void) const Check if it is safe to call GetSynopsisEditHistory method. More...
void ResetSynopsisEditHistory (void) Reset SynopsisEditHistory data member. More...
const TSynopsisEditHistory & GetSynopsisEditHistory (void) const Get the SynopsisEditHistory member data. More...
TSynopsisEditHistory & SetSynopsisEditHistory (void) Assign a value to SynopsisEditHistory data member. More...
bool IsSetSynopsisCreationDate (void) const Check if a value has been assigned to SynopsisCreationDate data member. More...
bool CanGetSynopsisCreationDate (void) const Check if it is safe to call GetSynopsisCreationDate method. More...
void ResetSynopsisCreationDate (void) Reset SynopsisCreationDate data member. More...
const TSynopsisCreationDate & GetSynopsisCreationDate (void) const Get the SynopsisCreationDate member data. More...
void SetSynopsisCreationDate (TSynopsisCreationDate &value) Assign a value to SynopsisCreationDate data member. More...
TSynopsisCreationDate & SetSynopsisCreationDate (void) Assign a value to SynopsisCreationDate data member. More...
bool IsSetEditHistory (void) const Check if a value has been assigned to EditHistory data member. More...
bool CanGetEditHistory (void) const Check if it is safe to call GetEditHistory method. More...
void ResetEditHistory (void) Reset EditHistory data member. More...
const TEditHistory & GetEditHistory (void) const Get the EditHistory member data. More...
TEditHistory & SetEditHistory (void) Assign a value to EditHistory data member. More...
bool IsSetCreationDate (void) const Check if a value has been assigned to CreationDate data member. More...
bool CanGetCreationDate (void) const Check if it is safe to call GetCreationDate method. More...
void ResetCreationDate (void) Reset CreationDate data member. More...
const TCreationDate & GetCreationDate (void) const Get the CreationDate member data. More...
void SetCreationDate (TCreationDate &value) Assign a value to CreationDate data member. More...
TCreationDate & SetCreationDate (void) Assign a value to CreationDate data member. More...
bool IsSetReferences (void) const Check if a value has been assigned to References data member. More...
bool CanGetReferences (void) const Check if it is safe to call GetReferences method. More...
void ResetReferences (void) Reset References data member. More...
const TReferences & GetReferences (void) const Get the References member data. More...
TReferences & SetReferences (void) Assign a value to References data member. More...
bool IsSetAttribution (void) const Check if a value has been assigned to Attribution data member. More...
bool CanGetAttribution (void) const Check if it is safe to call GetAttribution method. More...
void ResetAttribution (void) Reset Attribution data member. More...
const TAttribution & GetAttribution (void) const Get the Attribution member data. More...
TAttribution & SetAttribution (void) Assign a value to Attribution data member. More...
bool IsSetNumGeneMaps (void) const Check if a value has been assigned to NumGeneMaps data member. More...
bool CanGetNumGeneMaps (void) const Check if it is safe to call GetNumGeneMaps method. More...
void ResetNumGeneMaps (void) Reset NumGeneMaps data member. More...
TNumGeneMaps GetNumGeneMaps (void) const Get the NumGeneMaps member data. More...
void SetNumGeneMaps (TNumGeneMaps value) Assign a value to NumGeneMaps data member. More...
TNumGeneMaps & SetNumGeneMaps (void) Assign a value to NumGeneMaps data member. More...
bool IsSetMedlineLinks (void) const Check if a value has been assigned to MedlineLinks data member. More...
bool CanGetMedlineLinks (void) const Check if it is safe to call GetMedlineLinks method. More...
void ResetMedlineLinks (void) Reset MedlineLinks data member. More...
const TMedlineLinks & GetMedlineLinks (void) const Get the MedlineLinks member data. More...
void SetMedlineLinks (TMedlineLinks &value) Assign a value to MedlineLinks data member. More...
TMedlineLinks & SetMedlineLinks (void) Assign a value to MedlineLinks data member. More...
bool IsSetProteinLinks (void) const Check if a value has been assigned to ProteinLinks data member. More...
bool CanGetProteinLinks (void) const Check if it is safe to call GetProteinLinks method. More...
void ResetProteinLinks (void) Reset ProteinLinks data member. More...
const TProteinLinks & GetProteinLinks (void) const Get the ProteinLinks member data. More...
void SetProteinLinks (TProteinLinks &value) Assign a value to ProteinLinks data member. More...
TProteinLinks & SetProteinLinks (void) Assign a value to ProteinLinks data member. More...
bool IsSetNucleotideLinks (void) const Check if a value has been assigned to NucleotideLinks data member. More...
bool CanGetNucleotideLinks (void) const Check if it is safe to call GetNucleotideLinks method. More...
void ResetNucleotideLinks (void) Reset NucleotideLinks data member. More...
const TNucleotideLinks & GetNucleotideLinks (void) const Get the NucleotideLinks member data. More...
void SetNucleotideLinks (TNucleotideLinks &value) Assign a value to NucleotideLinks data member. More...
TNucleotideLinks & SetNucleotideLinks (void) Assign a value to NucleotideLinks data member. More...
bool IsSetStructureLinks (void) const Check if a value has been assigned to StructureLinks data member. More...
bool CanGetStructureLinks (void) const Check if it is safe to call GetStructureLinks method. More...
void ResetStructureLinks (void) Reset StructureLinks data member. More...
const TStructureLinks & GetStructureLinks (void) const Get the StructureLinks member data. More...
void SetStructureLinks (TStructureLinks &value) Assign a value to StructureLinks data member. More...
TStructureLinks & SetStructureLinks (void) Assign a value to StructureLinks data member. More...
bool IsSetGenomeLinks (void) const Check if a value has been assigned to GenomeLinks data member. More...
bool CanGetGenomeLinks (void) const Check if it is safe to call GetGenomeLinks method. More...
void ResetGenomeLinks (void) Reset GenomeLinks data member. More...
const TGenomeLinks & GetGenomeLinks (void) const Get the GenomeLinks member data. More...
void SetGenomeLinks (TGenomeLinks &value) Assign a value to GenomeLinks data member. More...
TGenomeLinks & SetGenomeLinks (void) Assign a value to GenomeLinks data member. More...
virtual void Reset (void) Reset the whole object. More...
CSerialObject (void) virtual ~CSerialObject (void) virtual const CTypeInfo * GetThisTypeInfo (void) const =0 virtual void Assign (const CSerialObject &source, ESerialRecursionMode how=eRecursive) Set object to copy of another one. More...
virtual bool Equals (const CSerialObject &object, ESerialRecursionMode how=eRecursive) const Check if both objects contain the same values. More...
virtual void DebugDump (CDebugDumpContext ddc, unsigned int depth) const Define method for dumping debug information. More...
void ThrowUnassigned (TMemberIndex index) const void ThrowUnassigned (TMemberIndex index, const char *file_name, int file_line) const bool HasNamespaceName (void) const Check if object data type has namespace name. More...
const string & GetNamespaceName (void) const Get namespace name. More...
bool HasNamespacePrefix (void) const Check if data type has namespace prefix. More...
const string & GetNamespacePrefix (void) const Get namespace prefix. More...
CObject (void) Constructor. More...
CObject (const CObject &src) Copy constructor. More...
virtual ~CObject (void) Destructor. More...
CObject & operator= (const CObject &src) THROWS_NONE Assignment operator. More...
bool CanBeDeleted (void) const THROWS_NONE Check if object can be deleted. More...
bool IsAllocatedInPool (void) const THROWS_NONE Check if object is allocated in memory pool (not system heap) More...
bool Referenced (void) const THROWS_NONE Check if object is referenced. More...
bool ReferencedOnlyOnce (void) const THROWS_NONE Check if object is referenced only once. More...
void AddReference (void) const Add reference to object. More...
void RemoveReference (void) const Remove reference to object. More...
void ReleaseReference (void) const Remove reference without deleting object. More...
virtual void DoNotDeleteThisObject (void) Mark this object as not allocated in heap – do not delete this object. More...
virtual void DoDeleteThisObject (void) Mark this object as allocated in heap – object can be deleted. More...
void * operator new (size_t size) Define new operator for memory allocation. More...
void * operator new[] (size_t size) Define new[] operator for 'array' memory allocation. More...
void operator delete (void *ptr) Define delete operator for memory deallocation. More...
void operator delete[] (void *ptr) Define delete[] operator for memory deallocation. More...
void * operator new (size_t size, void *place) Define new operator. More...
void operator delete (void *ptr, void *place) Define delete operator. More...
void * operator new (size_t size, CObjectMemoryPool *place) Define new operator using memory pool. More...
void operator delete (void *ptr, CObjectMemoryPool *place) Define delete operator. More...
CDebugDumpable (void) virtual ~CDebugDumpable (void) void DebugDumpText (ostream &out, const string &bundle, unsigned int depth) const void DebugDumpFormat (CDebugDumpFormatter &ddf, const string &bundle, unsigned int depth) const void DumpToConsole (void) const
CMim_entry_Base –.
Definition at line 83 of file Mim_entry_.hpp.
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4