NCBI C++ ToolKit
Public Types | Public Member Functions | Private Member Functions | Private Attributes | List of all members
CIpgStorageReportEntry Struct Reference

Search Toolkit Book for CIpgStorageReportEntry

#include <objtools/pubseq_gateway/impl/ipg/ipg_report_entry.hpp>

+ Collaboration diagram for CIpgStorageReportEntry:

Public Types

using TWeights = TIpgWeights
 

Public Member Functions

 CIpgStorageReportEntry ()=default
 
 CIpgStorageReportEntry (CIpgStorageReportEntry const &)=default
 
 CIpgStorageReportEntry (CIpgStorageReportEntry &&)=default
 
CIpgStorageReportEntryoperator= (CIpgStorageReportEntry const &)=default
 
CIpgStorageReportEntryoperator= (CIpgStorageReportEntry &&)=default
 
CIpgStorageReportEntrySetIpg (TIpg value)
 
CIpgStorageReportEntrySetAccession (string const &value)
 
CIpgStorageReportEntrySetAccession (string &&value)
 
CIpgStorageReportEntrySetCds (TIpgCds value)
 
CIpgStorageReportEntrySetLength (Int4 value)
 
CIpgStorageReportEntrySetNucAccession (string const &value)
 
CIpgStorageReportEntrySetNucAccession (string &&value)
 
CIpgStorageReportEntrySetProductName (string const &value)
 
CIpgStorageReportEntrySetProductName (string &&value)
 
CIpgStorageReportEntrySetStrain (string const &value)
 
CIpgStorageReportEntrySetStrain (string &&value)
 
CIpgStorageReportEntrySetSrcDb (Int4 value)
 
CIpgStorageReportEntrySetTaxid (TTaxId value)
 
CIpgStorageReportEntrySetRefseq (list< string > const &value)
 
CIpgStorageReportEntrySetRefseq (list< string > &&value)
 
CIpgStorageReportEntrySetDiv (string const &value)
 
CIpgStorageReportEntrySetDiv (string &&value)
 
CIpgStorageReportEntrySetAssembly (string const &value)
 
CIpgStorageReportEntrySetAssembly (string &&value)
 
CIpgStorageReportEntrySetGbState (TGbState value)
 
CIpgStorageReportEntrySetUpdated (CTime value)
 
CIpgStorageReportEntrySetCreated (CTime value)
 
CIpgStorageReportEntrySetWriteTime (CTime value)
 
CIpgStorageReportEntrySetProtGi (TGi &value)
 
CIpgStorageReportEntrySetWeights (TIpgWeights &&value)
 
CIpgStorageReportEntrySetWeights (TIpgWeights const &value)
 
CIpgStorageReportEntrySetBioProject (string const &value)
 
CIpgStorageReportEntrySetBioProject (string &&value)
 
CIpgStorageReportEntrySetGenome (objects::CBioSource::EGenome value)
 
CIpgStorageReportEntrySetPartial (bool value)
 
CIpgStorageReportEntrySetRemote (bool value=true)
 
CIpgStorageReportEntrySetUnverified (bool value=true)
 
CIpgStorageReportEntrySetMatPeptide (bool value=true)
 
CIpgStorageReportEntrySetFlags (Int4 value)
 
CIpgStorageReportEntrySetSatkey (Int4 value)
 
CIpgStorageReportEntrySetPatent (bool value)
 
CIpgStorageReportEntryAddPubMedId (int id)
 
CIpgStorageReportEntrySetPubMedIds (TPubMedIds &&ids)
 
CIpgStorageReportEntrySetPubMedIds (TPubMedIds const &ids)
 
CIpgStorageReportEntrySetDefLine (string const &defline)
 
CIpgStorageReportEntrySetDefLine (string &&value)
 
bool IsValid () const
 
TIpg GetIpg () const
 
string constGetAccession () const
 
TIpgCds constGetCds () const
 
Int4 GetLength () const
 
string constGetNucAccession () const
 
string constGetProductName () const
 
Int4 GetSrcDb () const
 
TTaxId GetTaxid () const
 
list< string > constGetRefseq () const
 
string constGetDiv () const
 
string constGetAssembly () const
 
string constGetStrain () const
 
TIpgWeights constGetWeights () const
 
TGbState GetGbState () const
 
CTime GetUpdated () const
 
CTime GetCreated () const
 
CTime GetWriteTime () const
 
TGi GetProtGi () const
 
string constGetBioProject () const
 
objects::CBioSource::EGenome GetGenome () const
 
bool GetPartial () const
 
bool GetRemote () const
 
bool GetUnverified () const
 
bool GetMatPeptide () const
 
Int4 GetFlags () const
 
Int4 GetSatkey () const
 
bool IsPatent () const
 
bool HasPubMed () const
 
const TPubMedIdsGetPubMedLinks () const
 
string constGetDefLine () const
 

Private Member Functions

void x_SetFlag (bool set_flag, EIpgProteinFlags flag_value)
 
bool x_GetFlag (EIpgProteinFlags flag_value) const
 

Private Attributes

TIpg m_Ipg {TIpg()}
 
string m_Accession
 
string m_NucAccession
 
string m_ProductName
 
string m_Div
 
string m_Assembly
 
string m_Strain
 
string m_BioProject
 
string m_DefLine
 
list< stringm_Refseq
 
TWeights m_Weights
 
TPubMedIds m_PubMedIds
 
TGi m_ProtGi {ZERO_GI}
 
CTime m_Updated
 
CTime m_Created
 
CTime m_WriteTime
 
TTaxId m_Taxid {ZERO_TAX_ID}
 
Int4 m_Length {0}
 
Int4 m_Flags {0}
 
Int4 m_Satkey {0}
 
Int4 m_SrcDb {0}
 
TGbState m_GbState {NCBI_gb_state_eWGSGenBankLive}
 
objects::CBioSource::EGenome m_Genome {objects::CBioSource::eGenome_unknown}
 
TIpgCds m_Cds
 
bool m_IsPatent {false}
 

Detailed Description

Definition at line 49 of file ipg_report_entry.hpp.

Member Typedef Documentation

◆ TWeights

Definition at line 52 of file ipg_report_entry.hpp.

Constructor & Destructor Documentation

◆ CIpgStorageReportEntry() [1/3]

CIpgStorageReportEntry::CIpgStorageReportEntry ( )
default

◆ CIpgStorageReportEntry() [2/3]

CIpgStorageReportEntry::CIpgStorageReportEntry ( CIpgStorageReportEntry const )
default

◆ CIpgStorageReportEntry() [3/3]

CIpgStorageReportEntry::CIpgStorageReportEntry ( CIpgStorageReportEntry &&  )
default

Member Function Documentation

◆ AddPubMedId()

CIpgStorageReportEntry& CIpgStorageReportEntry::AddPubMedId ( int  id)
inline

Definition at line 240 of file ipg_report_entry.hpp.

◆ GetAccession()

string const& CIpgStorageReportEntry::GetAccession ( void  ) const
inline

Definition at line 275 of file ipg_report_entry.hpp.

Referenced by ToJsonString(), and CPubseqGatewayFetchIpgReport::Wait1().

◆ GetAssembly()

string const& CIpgStorageReportEntry::GetAssembly ( void  ) const
inline

Definition at line 311 of file ipg_report_entry.hpp.

Referenced by ToJsonString().

◆ GetBioProject()

string const& CIpgStorageReportEntry::GetBioProject ( ) const
inline

Definition at line 343 of file ipg_report_entry.hpp.

Referenced by ToJsonString().

◆ GetCds()

TIpgCds const& CIpgStorageReportEntry::GetCds ( void  ) const
inline

Definition at line 279 of file ipg_report_entry.hpp.

◆ GetCreated()

CTime CIpgStorageReportEntry::GetCreated ( void  ) const
inline

Definition at line 331 of file ipg_report_entry.hpp.

◆ GetDefLine()

string const& CIpgStorageReportEntry::GetDefLine ( ) const
inline

Definition at line 387 of file ipg_report_entry.hpp.

◆ GetDiv()

string const& CIpgStorageReportEntry::GetDiv ( void  ) const
inline

Definition at line 307 of file ipg_report_entry.hpp.

Referenced by ToJsonString().

◆ GetFlags()

Int4 CIpgStorageReportEntry::GetFlags ( void  ) const
inline

Definition at line 367 of file ipg_report_entry.hpp.

◆ GetGbState()

TGbState CIpgStorageReportEntry::GetGbState ( ) const
inline

Definition at line 323 of file ipg_report_entry.hpp.

Referenced by ToJsonString().

◆ GetGenome()

objects::CBioSource::EGenome CIpgStorageReportEntry::GetGenome ( void  ) const
inline

Definition at line 347 of file ipg_report_entry.hpp.

◆ GetIpg()

TIpg CIpgStorageReportEntry::GetIpg ( ) const
inline

Definition at line 271 of file ipg_report_entry.hpp.

Referenced by ToJsonString().

◆ GetLength()

Int4 CIpgStorageReportEntry::GetLength ( void  ) const
inline

Definition at line 283 of file ipg_report_entry.hpp.

Referenced by ToJsonString().

◆ GetMatPeptide()

bool CIpgStorageReportEntry::GetMatPeptide ( ) const
inline

Definition at line 363 of file ipg_report_entry.hpp.

References eMatPeptide.

◆ GetNucAccession()

string const& CIpgStorageReportEntry::GetNucAccession ( ) const
inline

Definition at line 287 of file ipg_report_entry.hpp.

Referenced by ToJsonString(), and CPubseqGatewayFetchIpgReport::Wait1().

◆ GetPartial()

bool CIpgStorageReportEntry::GetPartial ( void  ) const
inline

Definition at line 351 of file ipg_report_entry.hpp.

References ePartial.

◆ GetProductName()

string const& CIpgStorageReportEntry::GetProductName ( void  ) const
inline

Definition at line 291 of file ipg_report_entry.hpp.

Referenced by ToJsonString().

◆ GetProtGi()

TGi CIpgStorageReportEntry::GetProtGi ( void  ) const
inline

Definition at line 339 of file ipg_report_entry.hpp.

◆ GetPubMedLinks()

const TPubMedIds& CIpgStorageReportEntry::GetPubMedLinks ( ) const
inline

Definition at line 383 of file ipg_report_entry.hpp.

◆ GetRefseq()

list<string> const& CIpgStorageReportEntry::GetRefseq ( void  ) const
inline

Definition at line 303 of file ipg_report_entry.hpp.

◆ GetRemote()

bool CIpgStorageReportEntry::GetRemote ( ) const
inline

Definition at line 355 of file ipg_report_entry.hpp.

References eRemote.

◆ GetSatkey()

Int4 CIpgStorageReportEntry::GetSatkey ( ) const
inline

Definition at line 371 of file ipg_report_entry.hpp.

◆ GetSrcDb()

Int4 CIpgStorageReportEntry::GetSrcDb ( ) const
inline

Definition at line 295 of file ipg_report_entry.hpp.

◆ GetStrain()

string const& CIpgStorageReportEntry::GetStrain ( void  ) const
inline

Definition at line 315 of file ipg_report_entry.hpp.

Referenced by ToJsonString().

◆ GetTaxid()

TTaxId CIpgStorageReportEntry::GetTaxid ( void  ) const
inline

Definition at line 299 of file ipg_report_entry.hpp.

Referenced by ToJsonString().

◆ GetUnverified()

bool CIpgStorageReportEntry::GetUnverified ( ) const
inline

Definition at line 359 of file ipg_report_entry.hpp.

References eUnverified.

◆ GetUpdated()

CTime CIpgStorageReportEntry::GetUpdated ( void  ) const
inline

Definition at line 327 of file ipg_report_entry.hpp.

◆ GetWeights()

TIpgWeights const& CIpgStorageReportEntry::GetWeights ( void  ) const
inline

Definition at line 319 of file ipg_report_entry.hpp.

◆ GetWriteTime()

CTime CIpgStorageReportEntry::GetWriteTime ( ) const
inline

Definition at line 335 of file ipg_report_entry.hpp.

◆ HasPubMed()

bool CIpgStorageReportEntry::HasPubMed ( ) const
inline

Definition at line 379 of file ipg_report_entry.hpp.

◆ IsPatent()

bool CIpgStorageReportEntry::IsPatent ( void  ) const
inline

Definition at line 375 of file ipg_report_entry.hpp.

◆ IsValid()

bool CIpgStorageReportEntry::IsValid ( void  ) const
inline

Definition at line 267 of file ipg_report_entry.hpp.

◆ operator=() [1/2]

CIpgStorageReportEntry& CIpgStorageReportEntry::operator= ( CIpgStorageReportEntry &&  )
default

◆ operator=() [2/2]

CIpgStorageReportEntry& CIpgStorageReportEntry::operator= ( CIpgStorageReportEntry const )
default

◆ SetAccession() [1/2]

CIpgStorageReportEntry& CIpgStorageReportEntry::SetAccession ( string &&  value)
inline

Definition at line 70 of file ipg_report_entry.hpp.

References rapidjson::value.

◆ SetAccession() [2/2]

CIpgStorageReportEntry& CIpgStorageReportEntry::SetAccession ( string const value)
inline

Definition at line 65 of file ipg_report_entry.hpp.

References rapidjson::value.

Referenced by PopulateEntry().

◆ SetAssembly() [1/2]

CIpgStorageReportEntry& CIpgStorageReportEntry::SetAssembly ( string &&  value)
inline

Definition at line 150 of file ipg_report_entry.hpp.

References rapidjson::value.

◆ SetAssembly() [2/2]

CIpgStorageReportEntry& CIpgStorageReportEntry::SetAssembly ( string const value)
inline

Definition at line 145 of file ipg_report_entry.hpp.

References rapidjson::value.

Referenced by PopulateEntry().

◆ SetBioProject() [1/2]

CIpgStorageReportEntry& CIpgStorageReportEntry::SetBioProject ( string &&  value)
inline

Definition at line 195 of file ipg_report_entry.hpp.

References rapidjson::value.

◆ SetBioProject() [2/2]

CIpgStorageReportEntry& CIpgStorageReportEntry::SetBioProject ( string const value)
inline

Definition at line 190 of file ipg_report_entry.hpp.

References rapidjson::value.

Referenced by PopulateEntry().

◆ SetCds()

CIpgStorageReportEntry& CIpgStorageReportEntry::SetCds ( TIpgCds  value)
inline

Definition at line 75 of file ipg_report_entry.hpp.

References rapidjson::value.

Referenced by PopulateEntry().

◆ SetCreated()

CIpgStorageReportEntry& CIpgStorageReportEntry::SetCreated ( CTime  value)
inline

Definition at line 165 of file ipg_report_entry.hpp.

References rapidjson::value.

Referenced by PopulateEntry().

◆ SetDefLine() [1/2]

CIpgStorageReportEntry& CIpgStorageReportEntry::SetDefLine ( string &&  value)
inline

Definition at line 260 of file ipg_report_entry.hpp.

References rapidjson::value.

◆ SetDefLine() [2/2]

CIpgStorageReportEntry& CIpgStorageReportEntry::SetDefLine ( string const defline)
inline

Definition at line 255 of file ipg_report_entry.hpp.

Referenced by PopulateEntry().

◆ SetDiv() [1/2]

CIpgStorageReportEntry& CIpgStorageReportEntry::SetDiv ( string &&  value)
inline

Definition at line 140 of file ipg_report_entry.hpp.

References rapidjson::value.

◆ SetDiv() [2/2]

CIpgStorageReportEntry& CIpgStorageReportEntry::SetDiv ( string const value)
inline

Definition at line 135 of file ipg_report_entry.hpp.

References rapidjson::value.

Referenced by PopulateEntry().

◆ SetFlags()

CIpgStorageReportEntry& CIpgStorageReportEntry::SetFlags ( Int4  value)
inline

Definition at line 225 of file ipg_report_entry.hpp.

References rapidjson::value.

Referenced by PopulateEntry().

◆ SetGbState()

CIpgStorageReportEntry& CIpgStorageReportEntry::SetGbState ( TGbState  value)
inline

Definition at line 155 of file ipg_report_entry.hpp.

References rapidjson::value.

Referenced by PopulateEntry().

◆ SetGenome()

CIpgStorageReportEntry& CIpgStorageReportEntry::SetGenome ( objects::CBioSource::EGenome  value)
inline

Definition at line 200 of file ipg_report_entry.hpp.

References rapidjson::value.

Referenced by PopulateEntry().

◆ SetIpg()

CIpgStorageReportEntry& CIpgStorageReportEntry::SetIpg ( TIpg  value)
inline

Definition at line 60 of file ipg_report_entry.hpp.

References rapidjson::value.

Referenced by PopulateEntry().

◆ SetLength()

CIpgStorageReportEntry& CIpgStorageReportEntry::SetLength ( Int4  value)
inline

Definition at line 80 of file ipg_report_entry.hpp.

References rapidjson::value.

Referenced by PopulateEntry().

◆ SetMatPeptide()

CIpgStorageReportEntry& CIpgStorageReportEntry::SetMatPeptide ( bool  value = true)
inline

Definition at line 220 of file ipg_report_entry.hpp.

References eMatPeptide, and rapidjson::value.

◆ SetNucAccession() [1/2]

CIpgStorageReportEntry& CIpgStorageReportEntry::SetNucAccession ( string &&  value)
inline

Definition at line 90 of file ipg_report_entry.hpp.

References rapidjson::value.

◆ SetNucAccession() [2/2]

CIpgStorageReportEntry& CIpgStorageReportEntry::SetNucAccession ( string const value)
inline

Definition at line 85 of file ipg_report_entry.hpp.

References rapidjson::value.

Referenced by PopulateEntry().

◆ SetPartial()

CIpgStorageReportEntry& CIpgStorageReportEntry::SetPartial ( bool  value)
inline

Definition at line 205 of file ipg_report_entry.hpp.

References ePartial, and rapidjson::value.

◆ SetPatent()

CIpgStorageReportEntry& CIpgStorageReportEntry::SetPatent ( bool  value)
inline

Definition at line 235 of file ipg_report_entry.hpp.

References rapidjson::value.

◆ SetProductName() [1/2]

CIpgStorageReportEntry& CIpgStorageReportEntry::SetProductName ( string &&  value)
inline

Definition at line 100 of file ipg_report_entry.hpp.

References rapidjson::value.

◆ SetProductName() [2/2]

CIpgStorageReportEntry& CIpgStorageReportEntry::SetProductName ( string const value)
inline

Definition at line 95 of file ipg_report_entry.hpp.

References rapidjson::value.

Referenced by PopulateEntry().

◆ SetProtGi()

CIpgStorageReportEntry& CIpgStorageReportEntry::SetProtGi ( TGi value)
inline

Definition at line 175 of file ipg_report_entry.hpp.

References rapidjson::value.

◆ SetPubMedIds() [1/2]

CIpgStorageReportEntry& CIpgStorageReportEntry::SetPubMedIds ( TPubMedIds &&  ids)
inline

Definition at line 245 of file ipg_report_entry.hpp.

Referenced by PopulateEntry().

◆ SetPubMedIds() [2/2]

CIpgStorageReportEntry& CIpgStorageReportEntry::SetPubMedIds ( TPubMedIds const ids)
inline

Definition at line 250 of file ipg_report_entry.hpp.

◆ SetRefseq() [1/2]

CIpgStorageReportEntry& CIpgStorageReportEntry::SetRefseq ( list< string > &&  value)
inline

Definition at line 130 of file ipg_report_entry.hpp.

References swap(), and rapidjson::value.

◆ SetRefseq() [2/2]

CIpgStorageReportEntry& CIpgStorageReportEntry::SetRefseq ( list< string > const value)
inline

Definition at line 125 of file ipg_report_entry.hpp.

References rapidjson::value.

Referenced by PopulateEntry().

◆ SetRemote()

CIpgStorageReportEntry& CIpgStorageReportEntry::SetRemote ( bool  value = true)
inline

Definition at line 210 of file ipg_report_entry.hpp.

References eRemote, and rapidjson::value.

◆ SetSatkey()

CIpgStorageReportEntry& CIpgStorageReportEntry::SetSatkey ( Int4  value)
inline

Definition at line 230 of file ipg_report_entry.hpp.

References rapidjson::value.

◆ SetSrcDb()

CIpgStorageReportEntry& CIpgStorageReportEntry::SetSrcDb ( Int4  value)
inline

Definition at line 115 of file ipg_report_entry.hpp.

References rapidjson::value.

Referenced by PopulateEntry().

◆ SetStrain() [1/2]

CIpgStorageReportEntry& CIpgStorageReportEntry::SetStrain ( string &&  value)
inline

Definition at line 110 of file ipg_report_entry.hpp.

References rapidjson::value.

◆ SetStrain() [2/2]

CIpgStorageReportEntry& CIpgStorageReportEntry::SetStrain ( string const value)
inline

Definition at line 105 of file ipg_report_entry.hpp.

References rapidjson::value.

Referenced by PopulateEntry().

◆ SetTaxid()

CIpgStorageReportEntry& CIpgStorageReportEntry::SetTaxid ( TTaxId  value)
inline

Definition at line 120 of file ipg_report_entry.hpp.

References rapidjson::value.

Referenced by PopulateEntry().

◆ SetUnverified()

CIpgStorageReportEntry& CIpgStorageReportEntry::SetUnverified ( bool  value = true)
inline

Definition at line 215 of file ipg_report_entry.hpp.

References eUnverified, and rapidjson::value.

◆ SetUpdated()

CIpgStorageReportEntry& CIpgStorageReportEntry::SetUpdated ( CTime  value)
inline

Definition at line 160 of file ipg_report_entry.hpp.

References rapidjson::value.

Referenced by PopulateEntry().

◆ SetWeights() [1/2]

CIpgStorageReportEntry& CIpgStorageReportEntry::SetWeights ( TIpgWeights &&  value)
inline

Definition at line 180 of file ipg_report_entry.hpp.

References rapidjson::value.

Referenced by PopulateEntry().

◆ SetWeights() [2/2]

CIpgStorageReportEntry& CIpgStorageReportEntry::SetWeights ( TIpgWeights const value)
inline

Definition at line 185 of file ipg_report_entry.hpp.

References rapidjson::value.

◆ SetWriteTime()

CIpgStorageReportEntry& CIpgStorageReportEntry::SetWriteTime ( CTime  value)
inline

Definition at line 170 of file ipg_report_entry.hpp.

References rapidjson::value.

Referenced by PopulateEntry().

◆ x_GetFlag()

bool CIpgStorageReportEntry::x_GetFlag ( EIpgProteinFlags  flag_value) const
inlineprivate

Definition at line 400 of file ipg_report_entry.hpp.

◆ x_SetFlag()

void CIpgStorageReportEntry::x_SetFlag ( bool  set_flag,
EIpgProteinFlags  flag_value 
)
inlineprivate

Definition at line 392 of file ipg_report_entry.hpp.

Member Data Documentation

◆ m_Accession

string CIpgStorageReportEntry::m_Accession
private

Definition at line 405 of file ipg_report_entry.hpp.

◆ m_Assembly

string CIpgStorageReportEntry::m_Assembly
private

Definition at line 410 of file ipg_report_entry.hpp.

◆ m_BioProject

string CIpgStorageReportEntry::m_BioProject
private

Definition at line 412 of file ipg_report_entry.hpp.

◆ m_Cds

TIpgCds CIpgStorageReportEntry::m_Cds
private

Definition at line 440 of file ipg_report_entry.hpp.

◆ m_Created

CTime CIpgStorageReportEntry::m_Created
private

Definition at line 428 of file ipg_report_entry.hpp.

◆ m_DefLine

string CIpgStorageReportEntry::m_DefLine
private

Definition at line 415 of file ipg_report_entry.hpp.

◆ m_Div

string CIpgStorageReportEntry::m_Div
private

Definition at line 409 of file ipg_report_entry.hpp.

◆ m_Flags

Int4 CIpgStorageReportEntry::m_Flags {0}
private

Definition at line 433 of file ipg_report_entry.hpp.

◆ m_GbState

TGbState CIpgStorageReportEntry::m_GbState {NCBI_gb_state_eWGSGenBankLive}
private

Definition at line 437 of file ipg_report_entry.hpp.

◆ m_Genome

objects::CBioSource::EGenome CIpgStorageReportEntry::m_Genome {objects::CBioSource::eGenome_unknown}
private

Definition at line 438 of file ipg_report_entry.hpp.

◆ m_Ipg

TIpg CIpgStorageReportEntry::m_Ipg {TIpg()}
private

Definition at line 404 of file ipg_report_entry.hpp.

◆ m_IsPatent

bool CIpgStorageReportEntry::m_IsPatent {false}
private

Definition at line 445 of file ipg_report_entry.hpp.

◆ m_Length

Int4 CIpgStorageReportEntry::m_Length {0}
private

Definition at line 432 of file ipg_report_entry.hpp.

◆ m_NucAccession

string CIpgStorageReportEntry::m_NucAccession
private

Definition at line 406 of file ipg_report_entry.hpp.

◆ m_ProductName

string CIpgStorageReportEntry::m_ProductName
private

Definition at line 408 of file ipg_report_entry.hpp.

◆ m_ProtGi

TGi CIpgStorageReportEntry::m_ProtGi {ZERO_GI}
private

Definition at line 425 of file ipg_report_entry.hpp.

◆ m_PubMedIds

TPubMedIds CIpgStorageReportEntry::m_PubMedIds
private

Definition at line 421 of file ipg_report_entry.hpp.

◆ m_Refseq

list<string> CIpgStorageReportEntry::m_Refseq
private

Definition at line 416 of file ipg_report_entry.hpp.

◆ m_Satkey

Int4 CIpgStorageReportEntry::m_Satkey {0}
private

Definition at line 434 of file ipg_report_entry.hpp.

◆ m_SrcDb

Int4 CIpgStorageReportEntry::m_SrcDb {0}
private

Definition at line 435 of file ipg_report_entry.hpp.

◆ m_Strain

string CIpgStorageReportEntry::m_Strain
private

Definition at line 411 of file ipg_report_entry.hpp.

◆ m_Taxid

TTaxId CIpgStorageReportEntry::m_Taxid {ZERO_TAX_ID}
private

Definition at line 431 of file ipg_report_entry.hpp.

◆ m_Updated

CTime CIpgStorageReportEntry::m_Updated
private

Definition at line 427 of file ipg_report_entry.hpp.

◆ m_Weights

TWeights CIpgStorageReportEntry::m_Weights
private

Definition at line 417 of file ipg_report_entry.hpp.

◆ m_WriteTime

CTime CIpgStorageReportEntry::m_WriteTime
private

Definition at line 429 of file ipg_report_entry.hpp.


The documentation for this struct was generated from the following file:
Modified on Fri Sep 20 14:57:09 2024 by modify_doxy.py rev. 669887