NCBI C++ ToolKit
Public Types | Public Member Functions | Private Types | Private Member Functions | Static Private Member Functions | Private Attributes | List of all members
CDbtag Class Reference

Represents ASN.1 type Dbtag defined in file general.asn

Search Toolkit Book for CDbtag

#include <objects/general/Dbtag.hpp>

+ Inheritance diagram for CDbtag:
+ Collaboration diagram for CDbtag:

Public Types

enum  EDbtagType {
  eDbtagType_bad , eDbtagType_AFTOL , eDbtagType_APHIDBASE , eDbtagType_ASAP ,
  eDbtagType_ATCC , eDbtagType_ATCC_dna , eDbtagType_ATCC_in_host , eDbtagType_AceView_WormGenes ,
  eDbtagType_AntWeb , eDbtagType_ApiDB , eDbtagType_ApiDB_CryptoDB , eDbtagType_ApiDB_PlasmoDB ,
  eDbtagType_ApiDB_ToxoDB , eDbtagType_BB , eDbtagType_BDGP_EST , eDbtagType_BDGP_INS ,
  eDbtagType_BEETLEBASE , eDbtagType_BGD , eDbtagType_BoLD , eDbtagType_CCDS ,
  eDbtagType_CDD , eDbtagType_CGNC , eDbtagType_CK , eDbtagType_COG ,
  eDbtagType_CloneID , eDbtagType_CollecTF , eDbtagType_DDBJ , eDbtagType_ECOCYC ,
  eDbtagType_EMBL , eDbtagType_ENSEMBL , eDbtagType_ESTLIB , eDbtagType_EcoGene ,
  eDbtagType_FANTOM_DB , eDbtagType_FBOL , eDbtagType_FLYBASE , eDbtagType_Fungorum ,
  eDbtagType_GABI , eDbtagType_GDB , eDbtagType_GEO , eDbtagType_GI ,
  eDbtagType_GO , eDbtagType_GOA , eDbtagType_GRIN , eDbtagType_GeneDB ,
  eDbtagType_GeneID , eDbtagType_GrainGenes , eDbtagType_Greengenes , eDbtagType_HGNC ,
  eDbtagType_HMP , eDbtagType_HOMD , eDbtagType_HPM , eDbtagType_HPRD ,
  eDbtagType_HSSP , eDbtagType_H_InvDB , eDbtagType_IFO , eDbtagType_IMGT_GENEDB ,
  eDbtagType_IMGT_HLA , eDbtagType_IMGT_LIGM , eDbtagType_IRD , eDbtagType_ISD ,
  eDbtagType_ISFinder , eDbtagType_InterimID , eDbtagType_Interpro , eDbtagType_IntrepidBio ,
  eDbtagType_JCM , eDbtagType_JGIDB , eDbtagType_LRG , eDbtagType_LocusID ,
  eDbtagType_MGI , eDbtagType_MIM , eDbtagType_MaizeGDB , eDbtagType_MycoBank ,
  eDbtagType_NMPDR , eDbtagType_NRESTdb , eDbtagType_NextDB , eDbtagType_OrthoMCL ,
  eDbtagType_Osa1 , eDbtagType_PBR , eDbtagType_PBmice , eDbtagType_PDB ,
  eDbtagType_PFAM , eDbtagType_PGN , eDbtagType_PIR , eDbtagType_PSEUDO ,
  eDbtagType_Pathema , eDbtagType_Phytozome , eDbtagType_PomBase , eDbtagType_PseudoCap ,
  eDbtagType_RAP_DB , eDbtagType_RATMAP , eDbtagType_RBGE_garden , eDbtagType_RBGE_herbarium ,
  eDbtagType_REBASE , eDbtagType_RFAM , eDbtagType_RGD , eDbtagType_RZPD ,
  eDbtagType_RiceGenes , eDbtagType_SEED , eDbtagType_SGD , eDbtagType_SGN ,
  eDbtagType_SK_FST , eDbtagType_SRPDB , eDbtagType_SoyBase , eDbtagType_SubtiList ,
  eDbtagType_TAIR , eDbtagType_TIGRFAM , eDbtagType_UNILIB , eDbtagType_UNITE ,
  eDbtagType_UniGene , eDbtagType_UniProt_SwissProt , eDbtagType_UniProt_TrEMBL , eDbtagType_UniSTS ,
  eDbtagType_VBASE2 , eDbtagType_VBRC , eDbtagType_VectorBase , eDbtagType_Vega ,
  eDbtagType_WorfDB , eDbtagType_WormBase , eDbtagType_Xenbase , eDbtagType_ZFIN ,
  eDbtagType_axeldb , eDbtagType_dbClone , eDbtagType_dbCloneLib , eDbtagType_dbEST ,
  eDbtagType_dbProbe , eDbtagType_dbSNP , eDbtagType_dbSTS , eDbtagType_dictyBase ,
  eDbtagType_miRBase , eDbtagType_niaEST , eDbtagType_taxon , eDbtagType_MGD ,
  eDbtagType_PID , eDbtagType_BEEBASE , eDbtagType_NASONIABASE , eDbtagType_BioProject ,
  eDbtagType_IKMC , eDbtagType_ViPR , eDbtagType_PubChem , eDbtagType_SRA ,
  eDbtagType_Trace , eDbtagType_RefSeq , eDbtagType_EnsemblGenomes , eDbtagType_EnsemblGenomes_Gn ,
  eDbtagType_EnsemblGenomes_Tr , eDbtagType_TubercuList , eDbtagType_MedGen , eDbtagType_CGD ,
  eDbtagType_Assembly , eDbtagType_GenBank , eDbtagType_BioSample , eDbtagType_ISHAM_ITS ,
  eDbtagType_ERIC , eDbtagType_I5KNAL , eDbtagType_VISTA , eDbtagType_BEI ,
  eDbtagType_Araport , eDbtagType_VGNC , eDbtagType_RNAcentral , eDbtagType_PeptideAtlas ,
  eDbtagType_EPDnew , eDbtagType_Ensembl , eDbtagType_PseudoCAP , eDbtagType_MarpolBase ,
  eDbtagType_dbVar , eDbtagType_EnsemblRapid , eDbtagType_AllianceGenome , eDbtagType_EchinoBase
}
 
enum  EDbtagGroup {
  fNone = 0 , fGenBank = 1 << 0 , fRefSeq = 1 << 1 , fSrc = 1 << 2 ,
  fProbe = 1 << 3
}
 
enum  EIsRefseq { eIsRefseq_No = 0 , eIsRefseq_Yes }
 
enum  EIsSource { eIsSource_No = 0 , eIsSource_Yes }
 
enum  EIsEstOrGss { eIsEstOrGss_No = 0 , eIsEstOrGss_Yes }
 
typedef int TDbtagGroup
 holds bitwise OR of "EDbtagGroup" More...
 
- Public Types inherited from CDbtag_Base
enum class  E_memberIndex { e__allMandatory = 0 , e_db , e_tag }
 
typedef string TDb
 
typedef CObject_id TTag
 
typedef Tparent::CMemberIndex< E_memberIndex, 3 > TmemberIndex
 
- Public Types inherited from CObject
enum  EAllocFillMode { eAllocFillNone = 1 , eAllocFillZero , eAllocFillPattern }
 Control filling of newly allocated memory. More...
 
typedef CObjectCounterLocker TLockerType
 Default locker type for CRef. More...
 
typedef atomic< Uint8TCounter
 Counter type is CAtomiCounter. More...
 
typedef Uint8 TCount
 Alias for value type of counter. More...
 

Public Member Functions

 CDbtag (void)
 
 ~CDbtag (void)
 
int Compare (const CDbtag &dbt2) const
 
bool Match (const CDbtag &dbt2) const
 
bool SetAsMatchingTo (const CDbtag &dbt2)
 
void GetLabel (string *label) const
 
bool IsApproved (EIsRefseq refseq=eIsRefseq_No, EIsSource is_source=eIsSource_No, EIsEstOrGss is_est_or_gss=eIsEstOrGss_No) const
 
const char * IsApprovedNoCase (EIsRefseq refseq=eIsRefseq_No, EIsSource is_source=eIsSource_No) const
 
bool IsApproved (TDbtagGroup group) const
 
bool IsSkippable (void) const
 
EDbtagType GetType (void) const
 
bool GetDBFlags (bool &is_refseq, bool &is_src, string &correct_caps) const
 
TDbtagGroup GetDBFlags (string &correct_caps) const
 
void InvalidateType (void)
 
string GetUrl (void) const
 
string GetUrl (TTaxId taxid) const
 
string GetUrl (const string &taxname) const
 
string GetUrl (const string &genus, const string &species, const string &subspecies=kEmptyStr) const
 
- Public Member Functions inherited from CDbtag_Base
 CDbtag_Base (void)
 
virtual ~CDbtag_Base (void)
 
 DECLARE_INTERNAL_TYPE_INFO ()
 
bool IsSetDb (void) const
 name of database or system Check if a value has been assigned to Db data member. More...
 
bool CanGetDb (void) const
 Check if it is safe to call GetDb method. More...
 
void ResetDb (void)
 Reset Db data member. More...
 
const TDbGetDb (void) const
 Get the Db member data. More...
 
void SetDb (const TDb &value)
 Assign a value to Db data member. More...
 
void SetDb (TDb &&value)
 
TDbSetDb (void)
 Assign a value to Db data member. More...
 
bool IsSetTag (void) const
 appropriate tag Check if a value has been assigned to Tag data member. More...
 
bool CanGetTag (void) const
 Check if it is safe to call GetTag method. More...
 
void ResetTag (void)
 Reset Tag data member. More...
 
const TTagGetTag (void) const
 Get the Tag member data. More...
 
void SetTag (TTag &value)
 Assign a value to Tag data member. More...
 
TTagSetTag (void)
 Assign a value to Tag data member. More...
 
virtual void Reset (void)
 Reset the whole object. More...
 
- Public Member Functions inherited from CSerialObject
 CSerialObject (void)
 
virtual ~CSerialObject (void)
 
virtual const CTypeInfoGetThisTypeInfo (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 stringGetNamespaceName (void) const
 Get namespace name. More...
 
bool HasNamespacePrefix (void) const
 Check if data type has namespace prefix. More...
 
const stringGetNamespacePrefix (void) const
 Get namespace prefix. More...
 
- Public Member Functions inherited from CObject
 CObject (void)
 Constructor. More...
 
 CObject (const CObject &src)
 Copy constructor. More...
 
virtual ~CObject (void)
 Destructor. More...
 
CObjectoperator= (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...
 
- Public Member Functions inherited from CDebugDumpable
 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
 

Private Types

typedef CDbtag_Base Tparent
 

Private Member Functions

 CDbtag (const CDbtag &)
 
CDbtagoperator= (const CDbtag &)
 

Static Private Member Functions

static bool x_LooksLikeAccession (const string &tag, int &out_num_alpha, int &out_num_digit, int &out_num_unscr)
 

Private Attributes

EDbtagType m_Type
 

Additional Inherited Members

- Static Public Member Functions inherited from CSerialObject
static void SetVerifyDataThread (ESerialVerifyData verify)
 
static void SetVerifyDataGlobal (ESerialVerifyData verify)
 
static string UnassignedString (void)
 
static CStringUTF8 UnassignedStringUTF8 (void)
 
static char UnassignedByte (void)
 
- Static Public Member Functions inherited from CObject
static NCBI_XNCBI_EXPORT void ThrowNullPointerException (void)
 Define method to throw null pointer exception. More...
 
static NCBI_XNCBI_EXPORT void ThrowNullPointerException (const type_info &type)
 
static EAllocFillMode GetAllocFillMode (void)
 
static void SetAllocFillMode (EAllocFillMode mode)
 
static void SetAllocFillMode (const string &value)
 Set mode from configuration parameter value. More...
 
- Static Public Member Functions inherited from CDebugDumpable
static void EnableDebugDump (bool on)
 
- Static Public Attributes inherited from CSerialObject
static const char * ms_UnassignedStr = "<*unassigned*>"
 
static const char ms_UnassignedByte = char(0xcd)
 
- Static Public Attributes inherited from CObject
static const TCount eCounterBitsCanBeDeleted = 1 << 0
 Define possible object states. More...
 
static const TCount eCounterBitsInPlainHeap = 1 << 1
 Heap signature was found. More...
 
static const TCount eCounterBitsPlaceMask
 Mask for 'in heap' state flags. More...
 
static const int eCounterStep = 1 << 2
 Skip over the "in heap" bits. More...
 
static const TCount eCounterValid = TCount(1) << (sizeof(TCount) * 8 - 2)
 Minimal value for valid objects (reference counter is zero) Must be a single bit value. More...
 
static const TCount eCounterStateMask
 Valid object, and object in heap. More...
 
- Protected Member Functions inherited from CObject
virtual void DeleteThis (void)
 Virtual method "deleting" this object. More...
 

Detailed Description

Definition at line 52 of file Dbtag.hpp.

Member Typedef Documentation

◆ TDbtagGroup

holds bitwise OR of "EDbtagGroup"

Definition at line 238 of file Dbtag.hpp.

◆ Tparent

typedef CDbtag_Base CDbtag::Tparent
private

Definition at line 54 of file Dbtag.hpp.

Member Enumeration Documentation

◆ EDbtagGroup

Enumerator
fNone 
fGenBank 
fRefSeq 
fSrc 
fProbe 

Definition at line 230 of file Dbtag.hpp.

◆ EDbtagType

Enumerator
eDbtagType_bad 
eDbtagType_AFTOL 
eDbtagType_APHIDBASE 
eDbtagType_ASAP 
eDbtagType_ATCC 
eDbtagType_ATCC_dna 
eDbtagType_ATCC_in_host 
eDbtagType_AceView_WormGenes 
eDbtagType_AntWeb 
eDbtagType_ApiDB 
eDbtagType_ApiDB_CryptoDB 
eDbtagType_ApiDB_PlasmoDB 
eDbtagType_ApiDB_ToxoDB 
eDbtagType_BB 
eDbtagType_BDGP_EST 
eDbtagType_BDGP_INS 
eDbtagType_BEETLEBASE 
eDbtagType_BGD 
eDbtagType_BoLD 
eDbtagType_CCDS 
eDbtagType_CDD 
eDbtagType_CGNC 
eDbtagType_CK 
eDbtagType_COG 
eDbtagType_CloneID 
eDbtagType_CollecTF 
eDbtagType_DDBJ 
eDbtagType_ECOCYC 
eDbtagType_EMBL 
eDbtagType_ENSEMBL 
eDbtagType_ESTLIB 
eDbtagType_EcoGene 
eDbtagType_FANTOM_DB 
eDbtagType_FBOL 
eDbtagType_FLYBASE 
eDbtagType_Fungorum 
eDbtagType_GABI 
eDbtagType_GDB 
eDbtagType_GEO 
eDbtagType_GI 
eDbtagType_GO 
eDbtagType_GOA 
eDbtagType_GRIN 
eDbtagType_GeneDB 
eDbtagType_GeneID 
eDbtagType_GrainGenes 
eDbtagType_Greengenes 
eDbtagType_HGNC 
eDbtagType_HMP 
eDbtagType_HOMD 
eDbtagType_HPM 
eDbtagType_HPRD 
eDbtagType_HSSP 
eDbtagType_H_InvDB 
eDbtagType_IFO 
eDbtagType_IMGT_GENEDB 
eDbtagType_IMGT_HLA 
eDbtagType_IMGT_LIGM 
eDbtagType_IRD 
eDbtagType_ISD 
eDbtagType_ISFinder 
eDbtagType_InterimID 
eDbtagType_Interpro 
eDbtagType_IntrepidBio 
eDbtagType_JCM 
eDbtagType_JGIDB 
eDbtagType_LRG 
eDbtagType_LocusID 
eDbtagType_MGI 
eDbtagType_MIM 
eDbtagType_MaizeGDB 
eDbtagType_MycoBank 
eDbtagType_NMPDR 
eDbtagType_NRESTdb 
eDbtagType_NextDB 
eDbtagType_OrthoMCL 
eDbtagType_Osa1 
eDbtagType_PBR 
eDbtagType_PBmice 
eDbtagType_PDB 
eDbtagType_PFAM 
eDbtagType_PGN 
eDbtagType_PIR 
eDbtagType_PSEUDO 
eDbtagType_Pathema 
eDbtagType_Phytozome 
eDbtagType_PomBase 
eDbtagType_PseudoCap 
eDbtagType_RAP_DB 
eDbtagType_RATMAP 
eDbtagType_RBGE_garden 
eDbtagType_RBGE_herbarium 
eDbtagType_REBASE 
eDbtagType_RFAM 
eDbtagType_RGD 
eDbtagType_RZPD 
eDbtagType_RiceGenes 
eDbtagType_SEED 
eDbtagType_SGD 
eDbtagType_SGN 
eDbtagType_SK_FST 
eDbtagType_SRPDB 
eDbtagType_SoyBase 
eDbtagType_SubtiList 
eDbtagType_TAIR 
eDbtagType_TIGRFAM 
eDbtagType_UNILIB 
eDbtagType_UNITE 
eDbtagType_UniGene 
eDbtagType_UniProt_SwissProt 
eDbtagType_UniProt_TrEMBL 
eDbtagType_UniSTS 
eDbtagType_VBASE2 
eDbtagType_VBRC 
eDbtagType_VectorBase 
eDbtagType_Vega 
eDbtagType_WorfDB 
eDbtagType_WormBase 
eDbtagType_Xenbase 
eDbtagType_ZFIN 
eDbtagType_axeldb 
eDbtagType_dbClone 
eDbtagType_dbCloneLib 
eDbtagType_dbEST 
eDbtagType_dbProbe 
eDbtagType_dbSNP 
eDbtagType_dbSTS 
eDbtagType_dictyBase 
eDbtagType_miRBase 
eDbtagType_niaEST 
eDbtagType_taxon 
eDbtagType_MGD 
eDbtagType_PID 
eDbtagType_BEEBASE 
eDbtagType_NASONIABASE 
eDbtagType_BioProject 
eDbtagType_IKMC 
eDbtagType_ViPR 
eDbtagType_PubChem 
eDbtagType_SRA 
eDbtagType_Trace 
eDbtagType_RefSeq 
eDbtagType_EnsemblGenomes 
eDbtagType_EnsemblGenomes_Gn 
eDbtagType_EnsemblGenomes_Tr 
eDbtagType_TubercuList 
eDbtagType_MedGen 
eDbtagType_CGD 
eDbtagType_Assembly 
eDbtagType_GenBank 
eDbtagType_BioSample 
eDbtagType_ISHAM_ITS 
eDbtagType_ERIC 
eDbtagType_I5KNAL 
eDbtagType_VISTA 
eDbtagType_BEI 
eDbtagType_Araport 
eDbtagType_VGNC 
eDbtagType_RNAcentral 
eDbtagType_PeptideAtlas 
eDbtagType_EPDnew 
eDbtagType_Ensembl 
eDbtagType_PseudoCAP 
eDbtagType_MarpolBase 
eDbtagType_dbVar 
eDbtagType_EnsemblRapid 
eDbtagType_AllianceGenome 
eDbtagType_EchinoBase 

Definition at line 58 of file Dbtag.hpp.

◆ EIsEstOrGss

Enumerator
eIsEstOrGss_No 
eIsEstOrGss_Yes 

Definition at line 268 of file Dbtag.hpp.

◆ EIsRefseq

Enumerator
eIsRefseq_No 
eIsRefseq_Yes 

Definition at line 260 of file Dbtag.hpp.

◆ EIsSource

Enumerator
eIsSource_No 
eIsSource_Yes 

Definition at line 264 of file Dbtag.hpp.

Constructor & Destructor Documentation

◆ CDbtag() [1/2]

CDbtag::CDbtag ( void  )
inline

Definition at line 348 of file Dbtag.hpp.

◆ ~CDbtag()

CDbtag::~CDbtag ( void  )

Definition at line 154 of file Dbtag.cpp.

◆ CDbtag() [2/2]

CDbtag::CDbtag ( const CDbtag )
private

Member Function Documentation

◆ Compare()

int CDbtag::Compare ( const CDbtag dbt2) const

◆ GetDBFlags() [1/2]

bool CDbtag::GetDBFlags ( bool is_refseq,
bool is_src,
string correct_caps 
) const

Definition at line 327 of file Dbtag.cpp.

References fNone, fRefSeq, and fSrc.

Referenced by BOOST_AUTO_TEST_CASE(), CValidator::IsValidDbxref(), and CValidError_imp::ValidateDbxref().

◆ GetDBFlags() [2/2]

CDbtag::TDbtagGroup CDbtag::GetDBFlags ( string correct_caps) const

Definition at line 305 of file Dbtag.cpp.

References CDbtag_Base::CanGetDb(), fNone, and CDbtag_Base::GetDb().

◆ GetLabel()

void CDbtag::GetLabel ( string label) const

◆ GetType()

CDbtag::EDbtagType CDbtag::GetType ( void  ) const

◆ GetUrl() [1/4]

string CDbtag::GetUrl ( const string genus,
const string species,
const string subspecies = kEmptyStr 
) const

◆ GetUrl() [2/4]

string CDbtag::GetUrl ( const string taxname) const

◆ GetUrl() [3/4]

string CDbtag::GetUrl ( TTaxId  taxid) const

◆ GetUrl() [4/4]

string CDbtag::GetUrl ( void  ) const

Referenced by CFlatXrefQVal::Format().

◆ InvalidateType()

void CDbtag::InvalidateType ( void  )

Definition at line 339 of file Dbtag.cpp.

References eDbtagType_bad, and m_Type.

◆ IsApproved() [1/2]

bool CDbtag::IsApproved ( EIsRefseq  refseq = eIsRefseq_No,
EIsSource  is_source = eIsSource_No,
EIsEstOrGss  is_est_or_gss = eIsEstOrGss_No 
) const

◆ IsApproved() [2/2]

bool CDbtag::IsApproved ( TDbtagGroup  group) const

Definition at line 269 of file Dbtag.cpp.

References CDbtag_Base::CanGetDb(), and CDbtag_Base::GetDb().

◆ IsApprovedNoCase()

const char * CDbtag::IsApprovedNoCase ( EIsRefseq  refseq = eIsRefseq_No,
EIsSource  is_source = eIsSource_No 
) const

◆ IsSkippable()

bool CDbtag::IsSkippable ( void  ) const

◆ Match()

bool CDbtag::Match ( const CDbtag dbt2) const

◆ operator=()

CDbtag& CDbtag::operator= ( const CDbtag )
private

◆ SetAsMatchingTo()

bool CDbtag::SetAsMatchingTo ( const CDbtag dbt2)

◆ x_LooksLikeAccession()

static bool CDbtag::x_LooksLikeAccession ( const string tag,
int out_num_alpha,
int out_num_digit,
int out_num_unscr 
)
staticprivate

Member Data Documentation

◆ m_Type

EDbtagType CDbtag::m_Type
mutableprivate

Definition at line 328 of file Dbtag.hpp.

Referenced by GetType(), and InvalidateType().


The documentation for this class was generated from the following files:
Modified on Thu Apr 25 08:21:14 2024 by modify_doxy.py rev. 669887