NCBI C++ ToolKit
|
Classes | |
class | CProt_ref_Base |
*** Prot-ref *********************************************** * * Reference to a protein name * More... | |
Typedefs | |
typedef CSerialObject | CProt_ref_Base::Tparent |
typedef list< string > | CProt_ref_Base::TName |
typedef string | CProt_ref_Base::TDesc |
typedef list< string > | CProt_ref_Base::TEc |
typedef list< string > | CProt_ref_Base::TActivity |
typedef vector< CRef< CDbtag > > | CProt_ref_Base::TDb |
typedef EProcessed | CProt_ref_Base::TProcessed |
typedef Tparent::CMemberIndex< E_memberIndex, 7 > | CProt_ref_Base::TmemberIndex |
Enumerations | |
enum | CProt_ref_Base::EProcessed { CProt_ref_Base::eProcessed_not_set = 0 , CProt_ref_Base::eProcessed_preprotein = 1 , CProt_ref_Base::eProcessed_mature = 2 , CProt_ref_Base::eProcessed_signal_peptide = 3 , CProt_ref_Base::eProcessed_transit_peptide = 4 , CProt_ref_Base::eProcessed_propeptide = 5 } |
processing status More... | |
enum class | CProt_ref_Base::E_memberIndex { CProt_ref_Base::e__allMandatory = 0 , CProt_ref_Base::e_name , CProt_ref_Base::e_desc , CProt_ref_Base::e_ec , CProt_ref_Base::e_activity , CProt_ref_Base::e_db , CProt_ref_Base::e_processed } |
Functions | |
CProt_ref_Base::CProt_ref_Base (void) | |
virtual | CProt_ref_Base::~CProt_ref_Base (void) |
CProt_ref_Base::DECLARE_INTERNAL_TYPE_INFO () | |
static const NCBI_NS_NCBI::CEnumeratedTypeValues *ENUM_METHOD_NAME() | CProt_ref_Base::EProcessed (void) |
Access to EProcessed's attributes (values, names) as defined in spec. More... | |
bool | CProt_ref_Base::IsSetName (void) const |
protein name Check if a value has been assigned to Name data member. More... | |
bool | CProt_ref_Base::CanGetName (void) const |
Check if it is safe to call GetName method. More... | |
void | CProt_ref_Base::ResetName (void) |
Reset Name data member. More... | |
const TName & | CProt_ref_Base::GetName (void) const |
Get the Name member data. More... | |
TName & | CProt_ref_Base::SetName (void) |
Assign a value to Name data member. More... | |
bool | CProt_ref_Base::IsSetDesc (void) const |
description (instead of name) Check if a value has been assigned to Desc data member. More... | |
bool | CProt_ref_Base::CanGetDesc (void) const |
Check if it is safe to call GetDesc method. More... | |
void | CProt_ref_Base::ResetDesc (void) |
Reset Desc data member. More... | |
const TDesc & | CProt_ref_Base::GetDesc (void) const |
Get the Desc member data. More... | |
void | CProt_ref_Base::SetDesc (const TDesc &value) |
Assign a value to Desc data member. More... | |
void | CProt_ref_Base::SetDesc (TDesc &&value) |
TDesc & | CProt_ref_Base::SetDesc (void) |
Assign a value to Desc data member. More... | |
bool | CProt_ref_Base::IsSetEc (void) const |
E.C. More... | |
bool | CProt_ref_Base::CanGetEc (void) const |
Check if it is safe to call GetEc method. More... | |
void | CProt_ref_Base::ResetEc (void) |
Reset Ec data member. More... | |
const TEc & | CProt_ref_Base::GetEc (void) const |
Get the Ec member data. More... | |
TEc & | CProt_ref_Base::SetEc (void) |
Assign a value to Ec data member. More... | |
bool | CProt_ref_Base::IsSetActivity (void) const |
activities Check if a value has been assigned to Activity data member. More... | |
bool | CProt_ref_Base::CanGetActivity (void) const |
Check if it is safe to call GetActivity method. More... | |
void | CProt_ref_Base::ResetActivity (void) |
Reset Activity data member. More... | |
const TActivity & | CProt_ref_Base::GetActivity (void) const |
Get the Activity member data. More... | |
TActivity & | CProt_ref_Base::SetActivity (void) |
Assign a value to Activity data member. More... | |
bool | CProt_ref_Base::IsSetDb (void) const |
ids in other dbases Check if a value has been assigned to Db data member. More... | |
bool | CProt_ref_Base::CanGetDb (void) const |
Check if it is safe to call GetDb method. More... | |
void | CProt_ref_Base::ResetDb (void) |
Reset Db data member. More... | |
const TDb & | CProt_ref_Base::GetDb (void) const |
Get the Db member data. More... | |
TDb & | CProt_ref_Base::SetDb (void) |
Assign a value to Db data member. More... | |
bool | CProt_ref_Base::IsSetProcessed (void) const |
Check if a value has been assigned to Processed data member. More... | |
bool | CProt_ref_Base::CanGetProcessed (void) const |
Check if it is safe to call GetProcessed method. More... | |
void | CProt_ref_Base::ResetProcessed (void) |
Reset Processed data member. More... | |
void | CProt_ref_Base::SetDefaultProcessed (void) |
Assign default value to Processed data member. More... | |
TProcessed | CProt_ref_Base::GetProcessed (void) const |
Get the Processed member data. More... | |
void | CProt_ref_Base::SetProcessed (TProcessed value) |
Assign a value to Processed data member. More... | |
TProcessed & | CProt_ref_Base::SetProcessed (void) |
Assign a value to Processed data member. More... | |
virtual void | CProt_ref_Base::Reset (void) |
Reset the whole object. More... | |
CProt_ref_Base::CProt_ref_Base (const CProt_ref_Base &) | |
CProt_ref_Base & | CProt_ref_Base::operator= (const CProt_ref_Base &) |
Variables | |
Uint4 | CProt_ref_Base::m_set_State [1] |
list< string > | CProt_ref_Base::m_Name |
string | CProt_ref_Base::m_Desc |
list< string > | CProt_ref_Base::m_Ec |
list< string > | CProt_ref_Base::m_Activity |
vector< CRef< CDbtag > > | CProt_ref_Base::m_Db |
EProcessed | CProt_ref_Base::m_Processed |
typedef list< string > CProt_ref_Base::TActivity |
Definition at line 111 of file Prot_ref_.hpp.
typedef vector< CRef< CDbtag > > CProt_ref_Base::TDb |
Definition at line 112 of file Prot_ref_.hpp.
typedef string CProt_ref_Base::TDesc |
Definition at line 109 of file Prot_ref_.hpp.
typedef list< string > CProt_ref_Base::TEc |
Definition at line 110 of file Prot_ref_.hpp.
Definition at line 125 of file Prot_ref_.hpp.
typedef list< string > CProt_ref_Base::TName |
Definition at line 108 of file Prot_ref_.hpp.
|
private |
Definition at line 84 of file Prot_ref_.hpp.
typedef EProcessed CProt_ref_Base::TProcessed |
Definition at line 113 of file Prot_ref_.hpp.
|
strong |
Enumerator | |
---|---|
e__allMandatory | |
e_name | |
e_desc | |
e_ec | |
e_activity | |
e_db | |
e_processed |
Definition at line 116 of file Prot_ref_.hpp.
processing status
Enumerator | |
---|---|
eProcessed_not_set | |
eProcessed_preprotein | |
eProcessed_mature | |
eProcessed_signal_peptide | |
eProcessed_transit_peptide | |
eProcessed_propeptide |
Definition at line 95 of file Prot_ref_.hpp.
|
inline |
Check if it is safe to call GetActivity method.
Definition at line 469 of file Prot_ref_.hpp.
|
inline |
Check if it is safe to call GetDb method.
Definition at line 494 of file Prot_ref_.hpp.
|
inline |
Check if it is safe to call GetDesc method.
Definition at line 397 of file Prot_ref_.hpp.
References CProt_ref_Base::IsSetDesc().
Referenced by CProt_ref_Base::GetDesc().
|
inline |
Check if it is safe to call GetEc method.
Definition at line 444 of file Prot_ref_.hpp.
|
inline |
Check if it is safe to call GetName method.
Definition at line 372 of file Prot_ref_.hpp.
Referenced by GetProduct().
|
inline |
Check if it is safe to call GetProcessed method.
Definition at line 519 of file Prot_ref_.hpp.
|
private |
END_CLASS_INFO CProt_ref_Base::CProt_ref_Base | ( | void | ) |
Definition at line 120 of file Prot_ref_.cpp.
References CProt_ref_Base::m_set_State.
CProt_ref_Base::DECLARE_INTERNAL_TYPE_INFO | ( | ) |
|
static |
Access to EProcessed's attributes (values, names) as defined in spec.
|
inline |
Get the Activity member data.
Definition at line 475 of file Prot_ref_.hpp.
References CProt_ref_Base::m_Activity.
Referenced by CProtRefColumn::GetFromFeat(), s_AppendProtRefInfo(), CFeatureItem::x_AddFTableProtQuals(), CFeatureItem::x_AddQualProtActivity(), and CFeatureItem::x_AddQualsProt().
|
inline |
Get the Db member data.
Definition at line 500 of file Prot_ref_.hpp.
References CProt_ref_Base::m_Db.
Referenced by CProt_ref::GetLabel(), and s_AppendProtRefInfo().
|
inline |
Get the Desc member data.
Definition at line 403 of file Prot_ref_.hpp.
References CProt_ref_Base::CanGetDesc(), CProt_ref_Base::m_Desc, and CSerialObject::ThrowUnassigned().
Referenced by CDescriptionColumn::AddToFeature(), CConvertCDSToProt::Convert(), CCdsToMatPeptide::ConvertInner(), CEntrezgene::GetDescription(), CDescriptionColumn::GetFromFeat(), CProt_ref::GetLabel(), CEditingActionFeatDesc::GetValue(), CNewCleanup_imp::PostProtFeatfBC(), CNewCleanup_imp::ProtrefBC(), CNewCleanup_imp::ProtRefEC(), CFindASN1Dlg::ReplaceInFeature(), s_AppendProtRefInfo(), CFeatureItem::x_AddFTableProtQuals(), CGeneFeatFromOtherFeatDlg::x_AddGeneQuals(), CFeatureItem::x_AddQualProtDesc(), CFeatureItem::x_AddQualsProt(), CDeflineGenerator::x_SetTitleFromProtein(), and CDeflineGenerator::x_SetTitleFromProteinIdx().
|
inline |
Get the Ec member data.
Definition at line 450 of file Prot_ref_.hpp.
References CProt_ref_Base::m_Ec.
Referenced by CCleanup::FixECNumbers(), CProtRefColumn::GetFromFeat(), s_AppendProtRefInfo(), CFeatureItem::x_AddFTableProtQuals(), CFeatureItem::x_AddQualProtEcNumber(), CFeatureItem::x_AddQualsProt(), CValidErrorFormat::x_FormatECNumberForSubmitterReport(), and CProtValidator::x_ValidateECNumbers().
|
inline |
Get the Name member data.
Definition at line 378 of file Prot_ref_.hpp.
References CProt_ref_Base::m_Name.
Referenced by CProductColumn::AddToFeature(), CProtRefColumn::AddToFeature(), BOOST_AUTO_TEST_CASE(), ConvertProteinToImp(), CTruncateCDS::GetCommand(), CEntrezgene::GetDescription(), CProductColumn::GetFromFeat(), CProtRefColumn::GetFromFeat(), CProt_ref::GetLabel(), GetProduct(), LookForProductName(), s_AppendProtRefInfo(), s_NotPeptideException(), s_TitleFromSegment(), CCleanup::SetProteinName(), CMacroFunction_SwapRelFeatQual::TheFunction(), CMacroFunction_SetRelFeatQual::TheFunction(), CMacroFunction_ConvertFeatQual::TheFunction(), CMacroFunction_ParseFeatQual::TheFunction(), CMacroFunction_CopyFeatQual::TheFunction(), CMacroFunction_RemoveOutside::TheFunction(), CMacroFunction_RmvOutsideRelFeatQual::TheFunction(), CMacroFunction_ReplaceStopWithSelenocysteine::TheFunction(), UpdatemRNAProduct(), CValidError_bioseq::ValidateRawConst(), CFeatureItem::x_AddFTableProtQuals(), CGeneFeatFromOtherFeatDlg::x_AddGeneQuals(), CFastaOstreamEx::x_AddProteinNameAttribute(), CFeatureItem::x_AddQualCdsProduct(), CFeatureItem::x_AddQualsProt(), CCmdFeatIdXrefsFromQualifiers::x_CreateActionCmd(), CValidErrorFormat::x_FormatECNumberForSubmitterReport(), CAutoDefFeatureClause::x_GetProductName(), CProtValidator::x_ReportUninformativeNames(), CEditObjectSeq_feat::x_UpdatemRNA(), CGff2Writer::xAssignFeatureAttributeProduct(), CFeatTableEdit::xGenerate_mRNA_Product(), CFeatureTableReader::xTranslateProtein(), and CGff3Writer::xWriteProteinFeature().
|
inline |
Get the Processed member data.
Definition at line 538 of file Prot_ref_.hpp.
References CProt_ref_Base::m_Processed.
Referenced by BOOST_AUTO_TEST_CASE(), ConvertProteinToImp(), CValidErrorFormat::GetFeatureContentLabel(), GetProteinWeight(), CCleanup::MoveFeatToProtein(), CNewCleanup_imp::ResynchPeptidePartials(), s_AppendProtRefInfo(), s_FindKeyFromFeatDefType(), s_GetBestProtFeature(), s_IsPreprotein(), CValidError_bioseq::ValidateSeqFeatContext(), CValidError_feat::ValidateSeqFeatContext(), CFeatureTableReader_Imp::x_AddQualifierToFeature(), CFeatureItem::x_AddQualProtNote(), CFeatureItem::x_AddQualsProt(), CDeflineGenerator::x_GetLongestProtein(), and CBioseqIndex::x_InitFeats().
|
inline |
activities Check if a value has been assigned to Activity data member.
Data member Activity is optional; its type is defined as 'typedef list< string > TActivity'
Definition at line 463 of file Prot_ref_.hpp.
References CProt_ref_Base::m_set_State.
Referenced by CProtRefColumn::AddToFeature(), CProtRefColumn::GetFromFeat(), CFindASN1Dlg::ReplaceInFeature(), s_AppendProtRefInfo(), CFeatureItem::x_AddQualsProt(), and CAutogeneratedCleanup::x_BasicCleanupProtRef().
|
inline |
ids in other dbases Check if a value has been assigned to Db data member.
Data member Db is optional; its type is defined as 'typedef vector< CRef< CDbtag > > TDb'
Definition at line 488 of file Prot_ref_.hpp.
References CProt_ref_Base::m_set_State.
Referenced by CProt_ref::GetLabel(), CNewCleanup_imp::ProtFeatfBC(), CFindASN1Dlg::ReplaceInFeature(), and s_AppendProtRefInfo().
|
inline |
description (instead of name) Check if a value has been assigned to Desc data member.
Data member Desc is optional; its type is defined as 'typedef string TDesc'
Definition at line 391 of file Prot_ref_.hpp.
References CProt_ref_Base::m_set_State.
Referenced by CDescriptionColumn::AddToFeature(), CProt_ref_Base::CanGetDesc(), CConvertCDSToProt::Convert(), CCdsToMatPeptide::ConvertInner(), CDescriptionColumn::GetFromFeat(), CProt_ref::GetLabel(), CEditingActionFeatDesc::GetValue(), CEditingActionFeatDesc::IsSetValue(), CNewCleanup_imp::PostProtFeatfBC(), CNewCleanup_imp::ProtrefBC(), CNewCleanup_imp::ProtRefEC(), CFindASN1Dlg::ReplaceInFeature(), s_AppendProtRefInfo(), CProt_ref_Base::SetDesc(), CFeatureItem::x_AddFTableProtQuals(), CGeneFeatFromOtherFeatDlg::x_AddGeneQuals(), CFeatureItem::x_AddQualProtDesc(), CFeatureItem::x_AddQualsProt(), CAutogeneratedCleanup::x_BasicCleanupProtRef(), CDeflineGenerator::x_SetTitleFromProtein(), and CDeflineGenerator::x_SetTitleFromProteinIdx().
|
inline |
E.C.
number(s) Check if a value has been assigned to Ec data member.
Data member Ec is optional; its type is defined as 'typedef list< string > TEc'
Definition at line 438 of file Prot_ref_.hpp.
References CProt_ref_Base::m_set_State.
Referenced by CProtRefColumn::AddToFeature(), CProt_ref::AutoFixEC(), CProtRefColumn::GetFromFeat(), CUpdateECNumbers::operator()(), CNewCleanup_imp::ProtRefEC(), CProt_ref::RemoveBadEC(), CFindASN1Dlg::ReplaceInFeature(), s_AppendProtRefInfo(), CFeatureItem::x_AddQualProtEcNumber(), CFeatureItem::x_AddQualsProt(), CAutogeneratedCleanup::x_BasicCleanupProtRef(), CValidErrorFormat::x_FormatECNumberForSubmitterReport(), CProtValidator::x_ValidateECNumbers(), and CCdregionValidator::x_ValidateFeatComment().
|
inline |
protein name Check if a value has been assigned to Name data member.
Data member Name is optional; its type is defined as 'typedef list< string > TName'
Definition at line 366 of file Prot_ref_.hpp.
References CProt_ref_Base::m_set_State.
Referenced by CProductColumn::AddToFeature(), CProtRefColumn::AddToFeature(), CFixProductNames::apply(), CProductColumn::ClearInFeature(), ConvertProteinToImp(), CTruncateCDS::GetCommand(), CProductColumn::GetFromFeat(), CProtRefColumn::GetFromFeat(), CProt_ref::GetLabel(), LookForProductName(), CCleanup::MoveFeatToProtein(), CSuspectProductRulesEditor::OnApplyFixes(), CSuspectProductRulesEditor::OnListMatches(), CNewCleanup_imp::ProtrefBC(), CFindASN1Dlg::ReplaceInFeature(), RescueProtProductQual(), s_AppendProtRefInfo(), s_NotPeptideException(), s_SetProtRef(), s_TitleFromSegment(), CCleanup::SetProteinName(), CMacroFunction_ReplaceStopWithSelenocysteine::TheFunction(), UpdatemRNAProduct(), CGeneFeatFromOtherFeatDlg::x_AddGeneQuals(), CFastaOstreamEx::x_AddProteinNameAttribute(), CFeatureItem::x_AddQualsProt(), CAutogeneratedCleanup::x_BasicCleanupProtRef(), CCmdFeatIdXrefsFromQualifiers::x_CreateActionCmd(), CValidErrorFormat::x_FormatECNumberForSubmitterReport(), CAutoDefFeatureClause::x_GetProductName(), CEditObjectSeq_feat::x_UpdatemRNA(), CGff2Writer::xAssignFeatureAttributeProduct(), CFeatTableEdit::xGenerate_mRNA_Product(), CFeatureTableReader::xTranslateProtein(), and CGff3Writer::xWriteProteinFeature().
|
inline |
Check if a value has been assigned to Processed data member.
Data member Processed is optional with default eProcessed_not_set; its type is defined as 'typedef EProcessed TProcessed'
Definition at line 513 of file Prot_ref_.hpp.
References CProt_ref_Base::m_set_State.
Referenced by BOOST_AUTO_TEST_CASE(), ConvertProteinToImp(), CValidErrorFormat::GetFeatureContentLabel(), CCleanup::MoveFeatToProtein(), CNewCleanup_imp::ResynchPeptidePartials(), s_FindKeyFromFeatDefType(), s_IsPreprotein(), CProt_ref_Base::SetProcessed(), CValidError_bioseq::ValidateSeqFeatContext(), CValidError_feat::ValidateSeqFeatContext(), CFeatureTableReader_Imp::x_AddQualifierToFeature(), CSequenceUpdater::x_AdjustProteinFeature(), CDeflineGenerator::x_GetLongestProtein(), and CBioseqIndex::x_InitFeats().
|
private |
|
virtual |
Reset the whole object.
Definition at line 94 of file Prot_ref_.cpp.
References CProt_ref_Base::ResetActivity(), CProt_ref_Base::ResetDb(), CProt_ref_Base::ResetDesc(), CProt_ref_Base::ResetEc(), CProt_ref_Base::ResetName(), and CProt_ref_Base::ResetProcessed().
void CProt_ref_Base::ResetActivity | ( | void | ) |
Reset Activity data member.
Definition at line 82 of file Prot_ref_.cpp.
References CProt_ref_Base::m_Activity, and CProt_ref_Base::m_set_State.
Referenced by CProt_ref_Base::Reset().
void CProt_ref_Base::ResetDb | ( | void | ) |
Reset Db data member.
Definition at line 88 of file Prot_ref_.cpp.
References CProt_ref_Base::m_Db, and CProt_ref_Base::m_set_State.
Referenced by CNewCleanup_imp::ProtFeatfBC(), and CProt_ref_Base::Reset().
void CProt_ref_Base::ResetDesc | ( | void | ) |
Reset Desc data member.
Definition at line 70 of file Prot_ref_.cpp.
References CProt_ref_Base::m_Desc, and CProt_ref_Base::m_set_State.
Referenced by CNewCleanup_imp::PostProtFeatfBC(), CNewCleanup_imp::ProtrefBC(), and CProt_ref_Base::Reset().
void CProt_ref_Base::ResetEc | ( | void | ) |
Reset Ec data member.
Definition at line 76 of file Prot_ref_.cpp.
References CProt_ref_Base::m_Ec, and CProt_ref_Base::m_set_State.
Referenced by CProt_ref::RemoveBadEC(), and CProt_ref_Base::Reset().
END_ENUM_INFO void CProt_ref_Base::ResetName | ( | void | ) |
Reset Name data member.
Definition at line 64 of file Prot_ref_.cpp.
References CProt_ref_Base::m_Name, and CProt_ref_Base::m_set_State.
Referenced by CProt_ref_Base::Reset().
|
inline |
Reset Processed data member.
Definition at line 525 of file Prot_ref_.hpp.
References CProt_ref_Base::eProcessed_not_set, CProt_ref_Base::m_Processed, and CProt_ref_Base::m_set_State.
Referenced by CProt_ref_Base::Reset(), and CProt_ref_Base::SetDefaultProcessed().
|
inline |
Assign a value to Activity data member.
Definition at line 481 of file Prot_ref_.hpp.
References CProt_ref_Base::m_Activity, and CProt_ref_Base::m_set_State.
Referenced by CkCdRegion(), GetProtRefAnnot(), s_AppendProtRefInfo(), CFeatureTableReader_Imp::x_AddQualifierToCdregion(), and CAutogeneratedCleanup::x_BasicCleanupProtRef().
|
inline |
Assign a value to Db data member.
Definition at line 506 of file Prot_ref_.hpp.
References CProt_ref_Base::m_Db, and CProt_ref_Base::m_set_State.
Referenced by CNewCleanup_imp::ProtFeatfBC(), and s_AppendProtRefInfo().
|
inline |
Assign default value to Processed data member.
Definition at line 532 of file Prot_ref_.hpp.
References CProt_ref_Base::ResetProcessed().
Assign a value to Desc data member.
value | Value to assign |
Definition at line 412 of file Prot_ref_.hpp.
References CProt_ref_Base::m_Desc, CProt_ref_Base::m_set_State, and rapidjson::value.
Referenced by GetProtRefAnnot(), CNewCleanup_imp::ProtrefBC(), CNewCleanup_imp::ProtRefEC(), s_AppendProtRefInfo(), CFeatureTableReader_Imp::x_AddQualifierToCdregion(), and CAutogeneratedCleanup::x_BasicCleanupProtRef().
|
inline |
Definition at line 419 of file Prot_ref_.hpp.
References CProt_ref_Base::m_Desc, CProt_ref_Base::m_set_State, and rapidjson::value.
|
inline |
Assign a value to Desc data member.
Definition at line 426 of file Prot_ref_.hpp.
References CProt_ref_Base::IsSetDesc(), CProt_ref_Base::m_Desc, CProt_ref_Base::m_set_State, and CSerialObject::UnassignedString().
|
inline |
Assign a value to Ec data member.
Definition at line 456 of file Prot_ref_.hpp.
References CProt_ref_Base::m_Ec, and CProt_ref_Base::m_set_State.
Referenced by CProt_ref::AutoFixEC(), CkCdRegion(), GetProtRefAnnot(), CNewCleanup_imp::ProtRefEC(), CProt_ref::RemoveBadEC(), s_AppendProtRefInfo(), CFeatureTableReader_Imp::x_AddQualifierToCdregion(), and CAutogeneratedCleanup::x_BasicCleanupProtRef().
|
inline |
Assign a value to Name data member.
Definition at line 384 of file Prot_ref_.hpp.
References CProt_ref_Base::m_Name, and CProt_ref_Base::m_set_State.
Referenced by CkCdRegion(), GetProtRefAnnot(), CNewCleanup_imp::ImpFeatBC(), LookForProductName(), CNewCleanup_imp::ProtrefBC(), s_AppendProtRefInfo(), s_SetProtRef(), CCleanup::SetProteinName(), CFeatureTableReader_Imp::x_AddQualifierToCdregion(), CAutogeneratedCleanup::x_BasicCleanupProtRef(), CFeatTableEdit::xGenerate_mRNA_Product(), and CFeatureTableReader::xTranslateProtein().
|
inline |
Assign a value to Processed data member.
value | Value to assign |
Definition at line 544 of file Prot_ref_.hpp.
References CProt_ref_Base::m_Processed, CProt_ref_Base::m_set_State, and rapidjson::value.
Referenced by CNewCleanup_imp::ImpFeatBC(), s_AppendProtRefInfo(), and CFeatureTableReader_Imp::x_SetupSeqFeat().
|
inline |
Assign a value to Processed data member.
Definition at line 551 of file Prot_ref_.hpp.
References CProt_ref_Base::IsSetProcessed(), CProt_ref_Base::m_Processed, CProt_ref_Base::m_set_State, and CSerialObject::UnassignedByte().
|
virtual |
Definition at line 127 of file Prot_ref_.cpp.
|
private |
Definition at line 351 of file Prot_ref_.hpp.
Referenced by CProt_ref_Base::GetActivity(), CProt_ref_Base::ResetActivity(), and CProt_ref_Base::SetActivity().
Definition at line 352 of file Prot_ref_.hpp.
Referenced by CProt_ref_Base::GetDb(), CProt_ref_Base::ResetDb(), and CProt_ref_Base::SetDb().
|
private |
Definition at line 349 of file Prot_ref_.hpp.
Referenced by CProt_ref_Base::GetDesc(), CProt_ref_Base::ResetDesc(), and CProt_ref_Base::SetDesc().
|
private |
Definition at line 350 of file Prot_ref_.hpp.
Referenced by CProt_ref_Base::GetEc(), CProt_ref_Base::ResetEc(), and CProt_ref_Base::SetEc().
|
private |
Definition at line 348 of file Prot_ref_.hpp.
Referenced by CProt_ref_Base::GetName(), CProt_ref_Base::ResetName(), and CProt_ref_Base::SetName().
|
private |
Definition at line 353 of file Prot_ref_.hpp.
Referenced by CProt_ref_Base::GetProcessed(), CProt_ref_Base::ResetProcessed(), and CProt_ref_Base::SetProcessed().
|
private |
Definition at line 347 of file Prot_ref_.hpp.
Referenced by CProt_ref_Base::CProt_ref_Base(), CProt_ref_Base::IsSetActivity(), CProt_ref_Base::IsSetDb(), CProt_ref_Base::IsSetDesc(), CProt_ref_Base::IsSetEc(), CProt_ref_Base::IsSetName(), CProt_ref_Base::IsSetProcessed(), CProt_ref_Base::ResetActivity(), CProt_ref_Base::ResetDb(), CProt_ref_Base::ResetDesc(), CProt_ref_Base::ResetEc(), CProt_ref_Base::ResetName(), CProt_ref_Base::ResetProcessed(), CProt_ref_Base::SetActivity(), CProt_ref_Base::SetDb(), CProt_ref_Base::SetDesc(), CProt_ref_Base::SetEc(), CProt_ref_Base::SetName(), and CProt_ref_Base::SetProcessed().