NCBI C++ ToolKit
|
Classes | |
class | CComment_rule_Base |
CComment_rule_Base –. More... | |
class | CComment_set_Base |
CComment_set_Base –. More... | |
class | CDependent_field_rule_Base |
CDependent_field_rule_Base –. More... | |
class | CDependent_field_set |
CDependent_field_set –. More... | |
class | CDependent_field_set_Base |
CDependent_field_set_Base –. More... | |
class | CField_rule_Base |
CField_rule_Base –. More... | |
class | CField_set |
CField_set –. More... | |
class | CField_set_Base |
CField_set_Base –. More... | |
class | CPhrase_list |
CPhrase_list –. More... | |
class | CPhrase_list_Base |
CPhrase_list_Base –. More... | |
Definition at line 95 of file Comment_rule_.hpp.
typedef list< CRef< CComment_rule > > CComment_set_Base::Tdata |
Definition at line 89 of file Comment_set_.hpp.
typedef list< CRef< CDependent_field_rule > > CDependent_field_set_Base::Tdata |
Definition at line 89 of file Dependent_field_set_.hpp.
typedef list< CRef< CField_rule > > CField_set_Base::Tdata |
Definition at line 89 of file Field_set_.hpp.
typedef list< string > CPhrase_list_Base::Tdata |
Definition at line 86 of file Phrase_list_.hpp.
Definition at line 96 of file Comment_rule_.hpp.
Definition at line 93 of file Dependent_field_rule_.hpp.
typedef string CField_rule_Base::TField_name |
Definition at line 86 of file Field_rule_.hpp.
Definition at line 93 of file Comment_rule_.hpp.
Definition at line 97 of file Comment_rule_.hpp.
Definition at line 91 of file Dependent_field_rule_.hpp.
Definition at line 87 of file Field_rule_.hpp.
Definition at line 89 of file Dependent_field_rule_.hpp.
Definition at line 110 of file Comment_rule_.hpp.
Definition at line 104 of file Dependent_field_rule_.hpp.
Definition at line 99 of file Field_rule_.hpp.
Definition at line 92 of file Dependent_field_rule_.hpp.
|
private |
Definition at line 80 of file Comment_rule_.hpp.
|
private |
Definition at line 78 of file Comment_set_.hpp.
|
private |
Definition at line 78 of file Dependent_field_rule_.hpp.
|
private |
Definition at line 67 of file Dependent_field_set.hpp.
|
private |
Definition at line 78 of file Dependent_field_set_.hpp.
|
private |
Definition at line 75 of file Field_rule_.hpp.
|
private |
Definition at line 67 of file Field_set.hpp.
|
private |
Definition at line 78 of file Field_set_.hpp.
|
private |
Definition at line 67 of file Phrase_list.hpp.
|
private |
Definition at line 75 of file Phrase_list_.hpp.
typedef string CComment_rule_Base::TPrefix |
Definition at line 91 of file Comment_rule_.hpp.
Definition at line 94 of file Comment_rule_.hpp.
typedef bool CField_rule_Base::TRequired |
Definition at line 88 of file Field_rule_.hpp.
Definition at line 89 of file Field_rule_.hpp.
typedef bool CComment_rule_Base::TUpdated |
Definition at line 92 of file Comment_rule_.hpp.
Definition at line 90 of file Dependent_field_rule_.hpp.
|
strong |
Enumerator | |
---|---|
e__allMandatory | |
e_prefix | |
e_updated | |
e_fields | |
e_require_order | |
e_allow_unlisted | |
e_dependent_rules | |
e_forbidden_phrases |
Definition at line 100 of file Comment_rule_.hpp.
|
strong |
Enumerator | |
---|---|
e__allMandatory | |
e_match_name | |
e_value_constraint | |
e_invert_match | |
e_other_fields | |
e_disallowed_fields |
Definition at line 96 of file Dependent_field_rule_.hpp.
|
strong |
Enumerator | |
---|---|
e__allMandatory | |
e_field_name | |
e_match_expression | |
e_required | |
e_severity |
Definition at line 92 of file Field_rule_.hpp.
enum ESeverity_level |
Access to ESeverity_level's attributes (values, names) as defined in spec.
Enumerator | |
---|---|
eSeverity_level_none | |
eSeverity_level_info | |
eSeverity_level_warning | |
eSeverity_level_error | |
eSeverity_level_reject | |
eSeverity_level_fatal |
Definition at line 63 of file Severity_level_.hpp.
|
inline |
Check if it is safe to call Get method.
Definition at line 158 of file Comment_set_.hpp.
|
inline |
Check if it is safe to call Get method.
Definition at line 158 of file Dependent_field_set_.hpp.
|
inline |
Check if it is safe to call Get method.
Definition at line 158 of file Field_set_.hpp.
|
inline |
Check if it is safe to call Get method.
Definition at line 155 of file Phrase_list_.hpp.
|
inline |
Check if it is safe to call GetAllow_unlisted method.
Definition at line 597 of file Comment_rule_.hpp.
|
inline |
Check if it is safe to call GetDependent_rules method.
Definition at line 647 of file Comment_rule_.hpp.
References CComment_rule_Base::IsSetDependent_rules().
Referenced by CComment_rule_Base::GetDependent_rules().
|
inline |
Check if it is safe to call GetDisallowed_fields method.
Definition at line 498 of file Dependent_field_rule_.hpp.
References CDependent_field_rule_Base::IsSetDisallowed_fields().
Referenced by CDependent_field_rule_Base::GetDisallowed_fields().
|
inline |
Check if it is safe to call GetField_name method.
Definition at line 293 of file Field_rule_.hpp.
References CField_rule_Base::IsSetField_name().
Referenced by CField_rule_Base::GetField_name().
|
inline |
Check if it is safe to call GetFields method.
Definition at line 517 of file Comment_rule_.hpp.
|
inline |
Check if it is safe to call GetForbidden_phrases method.
Definition at line 668 of file Comment_rule_.hpp.
References CComment_rule_Base::IsSetForbidden_phrases().
Referenced by CComment_rule_Base::GetForbidden_phrases().
|
inline |
Check if it is safe to call GetInvert_match method.
Definition at line 427 of file Dependent_field_rule_.hpp.
|
inline |
Check if it is safe to call GetMatch_expression method.
Definition at line 340 of file Field_rule_.hpp.
References CField_rule_Base::IsSetMatch_expression().
Referenced by CField_rule_Base::GetMatch_expression().
|
inline |
Check if it is safe to call GetMatch_name method.
Definition at line 333 of file Dependent_field_rule_.hpp.
References CDependent_field_rule_Base::IsSetMatch_name().
Referenced by CDependent_field_rule_Base::GetMatch_name().
|
inline |
Check if it is safe to call GetOther_fields method.
Definition at line 477 of file Dependent_field_rule_.hpp.
References CDependent_field_rule_Base::IsSetOther_fields().
Referenced by CDependent_field_rule_Base::GetOther_fields().
|
inline |
Check if it is safe to call GetPrefix method.
Definition at line 420 of file Comment_rule_.hpp.
References CComment_rule_Base::IsSetPrefix().
Referenced by CComment_rule_Base::GetPrefix().
|
inline |
Check if it is safe to call GetRequire_order method.
Definition at line 547 of file Comment_rule_.hpp.
|
inline |
Check if it is safe to call GetRequired method.
Definition at line 387 of file Field_rule_.hpp.
|
inline |
Check if it is safe to call GetSeverity method.
Definition at line 437 of file Field_rule_.hpp.
|
inline |
Check if it is safe to call GetUpdated method.
Definition at line 467 of file Comment_rule_.hpp.
|
inline |
Check if it is safe to call GetValue_constraint method.
Definition at line 380 of file Dependent_field_rule_.hpp.
References CDependent_field_rule_Base::IsSetValue_constraint().
Referenced by CDependent_field_rule_Base::GetValue_constraint().
|
private |
END_CLASS_INFO CComment_rule_Base::CComment_rule_Base | ( | void | ) |
Definition at line 135 of file Comment_rule_.cpp.
References CObject::IsAllocatedInPool(), CComment_rule_Base::m_set_State, and CComment_rule_Base::ResetFields().
|
private |
END_CLASS_INFO CComment_set_Base::CComment_set_Base | ( | void | ) |
Definition at line 68 of file Comment_set_.cpp.
References CComment_set_Base::m_set_State.
|
private |
END_CLASS_INFO CDependent_field_rule_Base::CDependent_field_rule_Base | ( | void | ) |
Definition at line 121 of file Dependent_field_rule_.cpp.
References CDependent_field_rule_Base::m_set_State.
|
private |
|
inline |
Definition at line 86 of file Dependent_field_set.hpp.
|
private |
END_CLASS_INFO CDependent_field_set_Base::CDependent_field_set_Base | ( | void | ) |
Definition at line 68 of file Dependent_field_set_.cpp.
References CDependent_field_set_Base::m_set_State.
|
private |
END_CLASS_INFO CField_rule_Base::CField_rule_Base | ( | void | ) |
Definition at line 84 of file Field_rule_.cpp.
References CField_rule_Base::m_set_State.
|
private |
|
inline |
Definition at line 86 of file Field_set.hpp.
|
private |
END_CLASS_INFO CField_set_Base::CField_set_Base | ( | void | ) |
Definition at line 68 of file Field_set_.cpp.
References CField_set_Base::m_set_State.
|
private |
|
inline |
Definition at line 86 of file Phrase_list.hpp.
|
private |
END_CLASS_INFO CPhrase_list_Base::CPhrase_list_Base | ( | void | ) |
Definition at line 67 of file Phrase_list_.cpp.
References CPhrase_list_Base::m_set_State.
CComment_rule_Base::DECLARE_INTERNAL_TYPE_INFO | ( | ) |
CComment_set_Base::DECLARE_INTERNAL_TYPE_INFO | ( | ) |
CDependent_field_rule_Base::DECLARE_INTERNAL_TYPE_INFO | ( | ) |
CDependent_field_set_Base::DECLARE_INTERNAL_TYPE_INFO | ( | ) |
CField_rule_Base::DECLARE_INTERNAL_TYPE_INFO | ( | ) |
CField_set_Base::DECLARE_INTERNAL_TYPE_INFO | ( | ) |
CPhrase_list_Base::DECLARE_INTERNAL_TYPE_INFO | ( | ) |
|
inline |
Get the member data.
Definition at line 164 of file Comment_set_.hpp.
References CComment_set_Base::m_data.
Referenced by FindAppropriateRule(), and CComment_set::FindCommentRuleEx().
|
inline |
Get the member data.
Definition at line 164 of file Dependent_field_set_.hpp.
References CDependent_field_set_Base::m_data.
|
inline |
Get the member data.
Definition at line 164 of file Field_set_.hpp.
References CField_set_Base::m_data.
Referenced by CComment_set::GetFieldNames(), CComment_rule::IsValid(), CReorderStructuredComment::reorder_comment_by_rule(), CComment_rule::ReorderFields(), and CStructuredCommentPanel::TransferDataToWindow().
|
inline |
Get the member data.
Definition at line 161 of file Phrase_list_.hpp.
References CPhrase_list_Base::m_data.
|
inline |
Get the Allow_unlisted member data.
Definition at line 616 of file Comment_rule_.hpp.
References CComment_rule_Base::m_Allow_unlisted.
Referenced by CComment_rule::IsValid().
|
inline |
Get the Dependent_rules member data.
Definition at line 653 of file Comment_rule_.hpp.
References CComment_rule_Base::CanGetDependent_rules(), CComment_rule_Base::m_Dependent_rules, and CSerialObject::ThrowUnassigned().
Referenced by CComment_rule::IsValid().
|
inline |
Get the Disallowed_fields member data.
Definition at line 504 of file Dependent_field_rule_.hpp.
References CDependent_field_rule_Base::CanGetDisallowed_fields(), CDependent_field_rule_Base::m_Disallowed_fields, and CSerialObject::ThrowUnassigned().
|
inline |
Get the Field_name member data.
Definition at line 299 of file Field_rule_.hpp.
References CField_rule_Base::CanGetField_name(), CField_rule_Base::m_Field_name, and CSerialObject::ThrowUnassigned().
|
inline |
Get the Fields member data.
Definition at line 523 of file Comment_rule_.hpp.
References CComment_rule_Base::m_Fields, and CComment_rule_Base::ResetFields().
Referenced by CComment_rule::FindFieldRuleRef(), CComment_set::GetFieldNames(), CComment_rule::IsValid(), CReorderStructuredComment::reorder_comment_by_rule(), CComment_rule::ReorderFields(), and CStructuredCommentPanel::TransferDataToWindow().
|
inline |
Get the Forbidden_phrases member data.
Definition at line 674 of file Comment_rule_.hpp.
References CComment_rule_Base::CanGetForbidden_phrases(), CComment_rule_Base::m_Forbidden_phrases, and CSerialObject::ThrowUnassigned().
Referenced by CComment_rule::CheckFieldValue().
|
inline |
Get the Invert_match member data.
Definition at line 446 of file Dependent_field_rule_.hpp.
References CDependent_field_rule_Base::m_Invert_match.
|
inline |
Get the Match_expression member data.
Definition at line 346 of file Field_rule_.hpp.
References CField_rule_Base::CanGetMatch_expression(), CField_rule_Base::m_Match_expression, and CSerialObject::ThrowUnassigned().
Referenced by CField_rule::DoesStringMatchRuleExpression().
|
inline |
Get the Match_name member data.
Definition at line 339 of file Dependent_field_rule_.hpp.
References CDependent_field_rule_Base::CanGetMatch_name(), CDependent_field_rule_Base::m_Match_name, and CSerialObject::ThrowUnassigned().
|
inline |
Get the Other_fields member data.
Definition at line 483 of file Dependent_field_rule_.hpp.
References CDependent_field_rule_Base::CanGetOther_fields(), CDependent_field_rule_Base::m_Other_fields, and CSerialObject::ThrowUnassigned().
|
inline |
Get the Prefix member data.
Definition at line 426 of file Comment_rule_.hpp.
References CComment_rule_Base::CanGetPrefix(), CComment_rule_Base::m_Prefix, and CSerialObject::ThrowUnassigned().
Referenced by CDiscrepancyVisitorImpl< _Name >::Autofix(), CComment_rule::CheckFieldValue(), CSequencingTechnologyPanel::CreateControls(), CStructuredCommentPanel::CreateControls(), and CComment_set::FindCommentRuleEx().
|
inline |
Get the Require_order member data.
Definition at line 566 of file Comment_rule_.hpp.
References CComment_rule_Base::m_Require_order.
Referenced by CStructuredCommentField::IsValid(), CComment_rule::IsValid(), and CValidError_desc::x_ValidateStructuredCommentUsingRule().
|
inline |
Get the Required member data.
Definition at line 406 of file Field_rule_.hpp.
References CField_rule_Base::m_Required.
|
inline |
Get the Severity member data.
Definition at line 456 of file Field_rule_.hpp.
References CField_rule_Base::m_Severity.
|
inline |
Get the Updated member data.
Definition at line 486 of file Comment_rule_.hpp.
References CComment_rule_Base::m_Updated.
|
inline |
Get the Value_constraint member data.
Definition at line 386 of file Dependent_field_rule_.hpp.
References CDependent_field_rule_Base::CanGetValue_constraint(), CDependent_field_rule_Base::m_Value_constraint, and CSerialObject::ThrowUnassigned().
Referenced by CDependent_field_rule::DoesStringMatchRuleExpression().
|
inline |
Check if a value has been assigned to data member.
Data member is mandatory; its type is defined as 'typedef list< CRef< CComment_rule > > Tdata'
Definition at line 152 of file Comment_set_.hpp.
References CComment_set_Base::m_set_State.
Referenced by FindAppropriateRule().
|
inline |
Check if a value has been assigned to data member.
Data member is mandatory; its type is defined as 'typedef list< CRef< CDependent_field_rule > > Tdata'
Definition at line 152 of file Dependent_field_set_.hpp.
References CDependent_field_set_Base::m_set_State.
|
inline |
Check if a value has been assigned to data member.
Data member is mandatory; its type is defined as 'typedef list< CRef< CField_rule > > Tdata'
Definition at line 152 of file Field_set_.hpp.
References CField_set_Base::m_set_State.
|
inline |
Check if a value has been assigned to data member.
Data member is mandatory; its type is defined as 'typedef list< string > Tdata'
Definition at line 149 of file Phrase_list_.hpp.
References CPhrase_list_Base::m_set_State.
|
inline |
Check if a value has been assigned to Allow_unlisted data member.
Data member Allow_unlisted is optional with default false; its type is defined as 'typedef bool TAllow_unlisted'
Definition at line 591 of file Comment_rule_.hpp.
References CComment_rule_Base::m_set_State.
Referenced by CComment_rule_Base::SetAllow_unlisted().
|
inline |
Check if a value has been assigned to Dependent_rules data member.
Data member Dependent_rules is optional; its type is defined as 'typedef CDependent_field_set TDependent_rules'
Definition at line 641 of file Comment_rule_.hpp.
References CComment_rule_Base::m_Dependent_rules.
Referenced by CComment_rule_Base::CanGetDependent_rules(), and CComment_rule::IsValid().
|
inline |
Check if a value has been assigned to Disallowed_fields data member.
Data member Disallowed_fields is optional; its type is defined as 'typedef CField_set TDisallowed_fields'
Definition at line 492 of file Dependent_field_rule_.hpp.
References CDependent_field_rule_Base::m_Disallowed_fields.
Referenced by CDependent_field_rule_Base::CanGetDisallowed_fields().
|
inline |
Check if a value has been assigned to Field_name data member.
Data member Field_name is mandatory; its type is defined as 'typedef string TField_name'
Definition at line 287 of file Field_rule_.hpp.
References CField_rule_Base::m_set_State.
Referenced by CField_rule_Base::CanGetField_name(), and CField_rule_Base::SetField_name().
|
inline |
Check if a value has been assigned to Fields data member.
Data member Fields is mandatory; its type is defined as 'typedef CField_set TFields'
Definition at line 511 of file Comment_rule_.hpp.
References CComment_rule_Base::m_Fields.
Referenced by CComment_rule::ReorderFields().
|
inline |
Check if a value has been assigned to Forbidden_phrases data member.
Data member Forbidden_phrases is optional; its type is defined as 'typedef CPhrase_list TForbidden_phrases'
Definition at line 662 of file Comment_rule_.hpp.
References CComment_rule_Base::m_Forbidden_phrases.
Referenced by CComment_rule_Base::CanGetForbidden_phrases(), and CComment_rule::CheckFieldValue().
|
inline |
Check if a value has been assigned to Invert_match data member.
Data member Invert_match is optional with default false; its type is defined as 'typedef bool TInvert_match'
Definition at line 421 of file Dependent_field_rule_.hpp.
References CDependent_field_rule_Base::m_set_State.
Referenced by CDependent_field_rule_Base::SetInvert_match().
|
inline |
Check if a value has been assigned to Match_expression data member.
Data member Match_expression is optional; its type is defined as 'typedef string TMatch_expression'
Definition at line 334 of file Field_rule_.hpp.
References CField_rule_Base::m_set_State.
Referenced by CField_rule_Base::CanGetMatch_expression(), CField_rule::DoesStringMatchRuleExpression(), and CField_rule_Base::SetMatch_expression().
|
inline |
Check if a value has been assigned to Match_name data member.
Data member Match_name is mandatory; its type is defined as 'typedef string TMatch_name'
Definition at line 327 of file Dependent_field_rule_.hpp.
References CDependent_field_rule_Base::m_set_State.
Referenced by CDependent_field_rule_Base::CanGetMatch_name(), and CDependent_field_rule_Base::SetMatch_name().
|
inline |
Check if a value has been assigned to Other_fields data member.
Data member Other_fields is optional; its type is defined as 'typedef CField_set TOther_fields'
Definition at line 471 of file Dependent_field_rule_.hpp.
References CDependent_field_rule_Base::m_Other_fields.
Referenced by CDependent_field_rule_Base::CanGetOther_fields().
|
inline |
Check if a value has been assigned to Prefix data member.
Data member Prefix is mandatory; its type is defined as 'typedef string TPrefix'
Definition at line 414 of file Comment_rule_.hpp.
References CComment_rule_Base::m_set_State.
Referenced by CComment_rule_Base::CanGetPrefix(), and CComment_rule_Base::SetPrefix().
|
inline |
Check if a value has been assigned to Require_order data member.
Data member Require_order is optional with default true; its type is defined as 'typedef bool TRequire_order'
Definition at line 541 of file Comment_rule_.hpp.
References CComment_rule_Base::m_set_State.
Referenced by CComment_rule_Base::SetRequire_order().
|
inline |
Check if a value has been assigned to Required data member.
Data member Required is optional with default false; its type is defined as 'typedef bool TRequired'
Definition at line 381 of file Field_rule_.hpp.
References CField_rule_Base::m_set_State.
Referenced by CField_rule_Base::SetRequired().
|
inline |
Check if a value has been assigned to Severity data member.
Data member Severity is optional with default eSeverity_level_warning; its type is defined as 'typedef ESeverity_level TSeverity'
Definition at line 431 of file Field_rule_.hpp.
References CField_rule_Base::m_set_State.
Referenced by CField_rule_Base::SetSeverity().
|
inline |
Check if a value has been assigned to Updated data member.
Data member Updated is optional with default false; its type is defined as 'typedef bool TUpdated'
Definition at line 461 of file Comment_rule_.hpp.
References CComment_rule_Base::m_set_State.
Referenced by CComment_rule_Base::SetUpdated().
|
inline |
Check if a value has been assigned to Value_constraint data member.
Data member Value_constraint is optional; its type is defined as 'typedef string TValue_constraint'
Definition at line 374 of file Dependent_field_rule_.hpp.
References CDependent_field_rule_Base::m_set_State.
Referenced by CDependent_field_rule_Base::CanGetValue_constraint(), CDependent_field_rule::DoesStringMatchRuleExpression(), and CDependent_field_rule_Base::SetValue_constraint().
|
inline |
Conversion operator to 'const Tdata' type.
Definition at line 177 of file Comment_set_.hpp.
|
inline |
Conversion operator to 'const Tdata' type.
Definition at line 177 of file Dependent_field_set_.hpp.
|
inline |
Conversion operator to 'const Tdata' type.
Definition at line 177 of file Field_set_.hpp.
|
inline |
Conversion operator to 'const Tdata' type.
Definition at line 174 of file Phrase_list_.hpp.
|
inline |
Conversion operator to 'Tdata' type.
Definition at line 183 of file Comment_set_.hpp.
|
inline |
Conversion operator to 'Tdata' type.
Definition at line 183 of file Dependent_field_set_.hpp.
|
inline |
Conversion operator to 'Tdata' type.
Definition at line 183 of file Field_set_.hpp.
|
inline |
Conversion operator to 'Tdata' type.
Definition at line 180 of file Phrase_list_.hpp.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
virtual |
Reset the whole object.
Definition at line 107 of file Comment_rule_.cpp.
References CComment_rule_Base::ResetAllow_unlisted(), CComment_rule_Base::ResetDependent_rules(), CComment_rule_Base::ResetFields(), CComment_rule_Base::ResetForbidden_phrases(), CComment_rule_Base::ResetPrefix(), CComment_rule_Base::ResetRequire_order(), and CComment_rule_Base::ResetUpdated().
void CComment_set_Base::Reset | ( | void | ) |
Reset data member.
Definition at line 51 of file Comment_set_.cpp.
References CComment_set_Base::m_data, and CComment_set_Base::m_set_State.
|
virtual |
Reset the whole object.
Definition at line 97 of file Dependent_field_rule_.cpp.
References CDependent_field_rule_Base::ResetDisallowed_fields(), CDependent_field_rule_Base::ResetInvert_match(), CDependent_field_rule_Base::ResetMatch_name(), CDependent_field_rule_Base::ResetOther_fields(), and CDependent_field_rule_Base::ResetValue_constraint().
void CDependent_field_set_Base::Reset | ( | void | ) |
Reset data member.
Definition at line 51 of file Dependent_field_set_.cpp.
References CDependent_field_set_Base::m_data, and CDependent_field_set_Base::m_set_State.
|
virtual |
Reset the whole object.
Definition at line 62 of file Field_rule_.cpp.
References CField_rule_Base::ResetField_name(), CField_rule_Base::ResetMatch_expression(), CField_rule_Base::ResetRequired(), and CField_rule_Base::ResetSeverity().
void CField_set_Base::Reset | ( | void | ) |
Reset data member.
Definition at line 51 of file Field_set_.cpp.
References CField_set_Base::m_data, and CField_set_Base::m_set_State.
void CPhrase_list_Base::Reset | ( | void | ) |
Reset data member.
Definition at line 50 of file Phrase_list_.cpp.
References CPhrase_list_Base::m_data, and CPhrase_list_Base::m_set_State.
|
inline |
Reset Allow_unlisted data member.
Definition at line 603 of file Comment_rule_.hpp.
References CComment_rule_Base::m_Allow_unlisted, and CComment_rule_Base::m_set_State.
Referenced by CComment_rule_Base::Reset(), and CComment_rule_Base::SetDefaultAllow_unlisted().
void CComment_rule_Base::ResetDependent_rules | ( | void | ) |
Reset Dependent_rules data member.
Definition at line 73 of file Comment_rule_.cpp.
References CComment_rule_Base::m_Dependent_rules.
Referenced by CComment_rule_Base::Reset().
void CDependent_field_rule_Base::ResetDisallowed_fields | ( | void | ) |
Reset Disallowed_fields data member.
Definition at line 80 of file Dependent_field_rule_.cpp.
References CDependent_field_rule_Base::m_Disallowed_fields.
Referenced by CDependent_field_rule_Base::Reset().
void CField_rule_Base::ResetField_name | ( | void | ) |
Reset Field_name data member.
Definition at line 50 of file Field_rule_.cpp.
References CField_rule_Base::m_Field_name, and CField_rule_Base::m_set_State.
Referenced by CField_rule_Base::Reset().
void CComment_rule_Base::ResetFields | ( | void | ) |
Reset Fields data member.
Definition at line 59 of file Comment_rule_.cpp.
References CComment_rule_Base::m_Fields.
Referenced by CComment_rule_Base::CComment_rule_Base(), CComment_rule_Base::GetFields(), CComment_rule_Base::Reset(), and CComment_rule_Base::SetFields().
void CComment_rule_Base::ResetForbidden_phrases | ( | void | ) |
Reset Forbidden_phrases data member.
Definition at line 90 of file Comment_rule_.cpp.
References CComment_rule_Base::m_Forbidden_phrases.
Referenced by CComment_rule_Base::Reset().
|
inline |
Reset Invert_match data member.
Definition at line 433 of file Dependent_field_rule_.hpp.
References CDependent_field_rule_Base::m_Invert_match, and CDependent_field_rule_Base::m_set_State.
Referenced by CDependent_field_rule_Base::Reset(), and CDependent_field_rule_Base::SetDefaultInvert_match().
void CField_rule_Base::ResetMatch_expression | ( | void | ) |
Reset Match_expression data member.
Definition at line 56 of file Field_rule_.cpp.
References CField_rule_Base::m_Match_expression, and CField_rule_Base::m_set_State.
Referenced by CField_rule_Base::Reset().
void CDependent_field_rule_Base::ResetMatch_name | ( | void | ) |
Reset Match_name data member.
Definition at line 51 of file Dependent_field_rule_.cpp.
References CDependent_field_rule_Base::m_Match_name, and CDependent_field_rule_Base::m_set_State.
Referenced by CDependent_field_rule_Base::Reset().
void CDependent_field_rule_Base::ResetOther_fields | ( | void | ) |
Reset Other_fields data member.
Definition at line 63 of file Dependent_field_rule_.cpp.
References CDependent_field_rule_Base::m_Other_fields.
Referenced by CDependent_field_rule_Base::Reset().
void CComment_rule_Base::ResetPrefix | ( | void | ) |
Reset Prefix data member.
Definition at line 53 of file Comment_rule_.cpp.
References CComment_rule_Base::m_Prefix, and CComment_rule_Base::m_set_State.
Referenced by CComment_rule_Base::Reset().
|
inline |
Reset Require_order data member.
Definition at line 553 of file Comment_rule_.hpp.
References CComment_rule_Base::m_Require_order, and CComment_rule_Base::m_set_State.
Referenced by CComment_rule_Base::Reset(), and CComment_rule_Base::SetDefaultRequire_order().
|
inline |
Reset Required data member.
Definition at line 393 of file Field_rule_.hpp.
References CField_rule_Base::m_Required, and CField_rule_Base::m_set_State.
Referenced by CField_rule_Base::Reset(), and CField_rule_Base::SetDefaultRequired().
|
inline |
Reset Severity data member.
Definition at line 443 of file Field_rule_.hpp.
References eSeverity_level_warning, CField_rule_Base::m_set_State, and CField_rule_Base::m_Severity.
Referenced by CField_rule_Base::Reset(), and CField_rule_Base::SetDefaultSeverity().
|
inline |
Reset Updated data member.
Definition at line 473 of file Comment_rule_.hpp.
References CComment_rule_Base::m_set_State, and CComment_rule_Base::m_Updated.
Referenced by CComment_rule_Base::Reset(), and CComment_rule_Base::SetDefaultUpdated().
void CDependent_field_rule_Base::ResetValue_constraint | ( | void | ) |
Reset Value_constraint data member.
Definition at line 57 of file Dependent_field_rule_.cpp.
References CDependent_field_rule_Base::m_set_State, and CDependent_field_rule_Base::m_Value_constraint.
Referenced by CDependent_field_rule_Base::Reset().
|
inline |
Assign a value to data member.
Definition at line 170 of file Comment_set_.hpp.
References CComment_set_Base::m_data, and CComment_set_Base::m_set_State.
|
inline |
Assign a value to data member.
Definition at line 170 of file Dependent_field_set_.hpp.
References CDependent_field_set_Base::m_data, and CDependent_field_set_Base::m_set_State.
|
inline |
Assign a value to data member.
Definition at line 170 of file Field_set_.hpp.
References CField_set_Base::m_data, and CField_set_Base::m_set_State.
Referenced by s_InitializeStructuredCommentRules().
|
inline |
Assign a value to data member.
Definition at line 167 of file Phrase_list_.hpp.
References CPhrase_list_Base::m_data, and CPhrase_list_Base::m_set_State.
|
inline |
Assign a value to Allow_unlisted data member.
value | Value to assign |
Definition at line 622 of file Comment_rule_.hpp.
References CComment_rule_Base::m_Allow_unlisted, CComment_rule_Base::m_set_State, and rapidjson::value.
|
inline |
Assign a value to Allow_unlisted data member.
Definition at line 629 of file Comment_rule_.hpp.
References CComment_rule_Base::IsSetAllow_unlisted(), CComment_rule_Base::m_Allow_unlisted, CComment_rule_Base::m_set_State, and CSerialObject::UnassignedByte().
|
inline |
Assign default value to Allow_unlisted data member.
Definition at line 610 of file Comment_rule_.hpp.
References CComment_rule_Base::ResetAllow_unlisted().
|
inline |
Assign default value to Invert_match data member.
Definition at line 440 of file Dependent_field_rule_.hpp.
References CDependent_field_rule_Base::ResetInvert_match().
|
inline |
Assign default value to Require_order data member.
Definition at line 560 of file Comment_rule_.hpp.
References CComment_rule_Base::ResetRequire_order().
|
inline |
Assign default value to Required data member.
Definition at line 400 of file Field_rule_.hpp.
References CField_rule_Base::ResetRequired().
|
inline |
Assign default value to Severity data member.
Definition at line 450 of file Field_rule_.hpp.
References CField_rule_Base::ResetSeverity().
|
inline |
Assign default value to Updated data member.
Definition at line 480 of file Comment_rule_.hpp.
References CComment_rule_Base::ResetUpdated().
void CComment_rule_Base::SetDependent_rules | ( | CComment_rule_Base::TDependent_rules & | value | ) |
Assign a value to Dependent_rules data member.
value | Reference to value. |
Definition at line 78 of file Comment_rule_.cpp.
References CComment_rule_Base::m_Dependent_rules, and rapidjson::value.
CComment_rule_Base::TDependent_rules & CComment_rule_Base::SetDependent_rules | ( | void | ) |
Assign a value to Dependent_rules data member.
Definition at line 83 of file Comment_rule_.cpp.
References CComment_rule_Base::m_Dependent_rules.
void CDependent_field_rule_Base::SetDisallowed_fields | ( | CDependent_field_rule_Base::TDisallowed_fields & | value | ) |
Assign a value to Disallowed_fields data member.
value | Reference to value. |
Definition at line 85 of file Dependent_field_rule_.cpp.
References CDependent_field_rule_Base::m_Disallowed_fields, and rapidjson::value.
CDependent_field_rule_Base::TDisallowed_fields & CDependent_field_rule_Base::SetDisallowed_fields | ( | void | ) |
Assign a value to Disallowed_fields data member.
Definition at line 90 of file Dependent_field_rule_.cpp.
References CDependent_field_rule_Base::m_Disallowed_fields.
|
inline |
Assign a value to Field_name data member.
value | Value to assign |
Definition at line 308 of file Field_rule_.hpp.
References CField_rule_Base::m_Field_name, CField_rule_Base::m_set_State, and rapidjson::value.
|
inline |
Definition at line 315 of file Field_rule_.hpp.
References CField_rule_Base::m_Field_name, CField_rule_Base::m_set_State, and rapidjson::value.
|
inline |
Assign a value to Field_name data member.
Definition at line 322 of file Field_rule_.hpp.
References CField_rule_Base::IsSetField_name(), CField_rule_Base::m_Field_name, CField_rule_Base::m_set_State, and CSerialObject::UnassignedString().
void CComment_rule_Base::SetFields | ( | CComment_rule_Base::TFields & | value | ) |
Assign a value to Fields data member.
value | Reference to value. |
Definition at line 68 of file Comment_rule_.cpp.
References CComment_rule_Base::m_Fields, and rapidjson::value.
|
inline |
Assign a value to Fields data member.
Definition at line 532 of file Comment_rule_.hpp.
References CComment_rule_Base::m_Fields, and CComment_rule_Base::ResetFields().
void CComment_rule_Base::SetForbidden_phrases | ( | CComment_rule_Base::TForbidden_phrases & | value | ) |
Assign a value to Forbidden_phrases data member.
value | Reference to value. |
Definition at line 95 of file Comment_rule_.cpp.
References CComment_rule_Base::m_Forbidden_phrases, and rapidjson::value.
CComment_rule_Base::TForbidden_phrases & CComment_rule_Base::SetForbidden_phrases | ( | void | ) |
Assign a value to Forbidden_phrases data member.
Definition at line 100 of file Comment_rule_.cpp.
References CComment_rule_Base::m_Forbidden_phrases.
|
inline |
Assign a value to Invert_match data member.
value | Value to assign |
Definition at line 452 of file Dependent_field_rule_.hpp.
References CDependent_field_rule_Base::m_Invert_match, CDependent_field_rule_Base::m_set_State, and rapidjson::value.
|
inline |
Assign a value to Invert_match data member.
Definition at line 459 of file Dependent_field_rule_.hpp.
References CDependent_field_rule_Base::IsSetInvert_match(), CDependent_field_rule_Base::m_Invert_match, CDependent_field_rule_Base::m_set_State, and CSerialObject::UnassignedByte().
|
inline |
Assign a value to Match_expression data member.
value | Value to assign |
Definition at line 355 of file Field_rule_.hpp.
References CField_rule_Base::m_Match_expression, CField_rule_Base::m_set_State, and rapidjson::value.
|
inline |
Definition at line 362 of file Field_rule_.hpp.
References CField_rule_Base::m_Match_expression, CField_rule_Base::m_set_State, and rapidjson::value.
|
inline |
Assign a value to Match_expression data member.
Definition at line 369 of file Field_rule_.hpp.
References CField_rule_Base::IsSetMatch_expression(), CField_rule_Base::m_Match_expression, CField_rule_Base::m_set_State, and CSerialObject::UnassignedString().
|
inline |
Assign a value to Match_name data member.
value | Value to assign |
Definition at line 348 of file Dependent_field_rule_.hpp.
References CDependent_field_rule_Base::m_Match_name, CDependent_field_rule_Base::m_set_State, and rapidjson::value.
|
inline |
Definition at line 355 of file Dependent_field_rule_.hpp.
References CDependent_field_rule_Base::m_Match_name, CDependent_field_rule_Base::m_set_State, and rapidjson::value.
|
inline |
Assign a value to Match_name data member.
Definition at line 362 of file Dependent_field_rule_.hpp.
References CDependent_field_rule_Base::IsSetMatch_name(), CDependent_field_rule_Base::m_Match_name, CDependent_field_rule_Base::m_set_State, and CSerialObject::UnassignedString().
void CDependent_field_rule_Base::SetOther_fields | ( | CDependent_field_rule_Base::TOther_fields & | value | ) |
Assign a value to Other_fields data member.
value | Reference to value. |
Definition at line 68 of file Dependent_field_rule_.cpp.
References CDependent_field_rule_Base::m_Other_fields, and rapidjson::value.
CDependent_field_rule_Base::TOther_fields & CDependent_field_rule_Base::SetOther_fields | ( | void | ) |
Assign a value to Other_fields data member.
Definition at line 73 of file Dependent_field_rule_.cpp.
References CDependent_field_rule_Base::m_Other_fields.
Assign a value to Prefix data member.
value | Value to assign |
Definition at line 435 of file Comment_rule_.hpp.
References CComment_rule_Base::m_Prefix, CComment_rule_Base::m_set_State, and rapidjson::value.
|
inline |
Definition at line 442 of file Comment_rule_.hpp.
References CComment_rule_Base::m_Prefix, CComment_rule_Base::m_set_State, and rapidjson::value.
|
inline |
Assign a value to Prefix data member.
Definition at line 449 of file Comment_rule_.hpp.
References CComment_rule_Base::IsSetPrefix(), CComment_rule_Base::m_Prefix, CComment_rule_Base::m_set_State, and CSerialObject::UnassignedString().
|
inline |
Assign a value to Require_order data member.
value | Value to assign |
Definition at line 572 of file Comment_rule_.hpp.
References CComment_rule_Base::m_Require_order, CComment_rule_Base::m_set_State, and rapidjson::value.
|
inline |
Assign a value to Require_order data member.
Definition at line 579 of file Comment_rule_.hpp.
References CComment_rule_Base::IsSetRequire_order(), CComment_rule_Base::m_Require_order, CComment_rule_Base::m_set_State, and CSerialObject::UnassignedByte().
|
inline |
Assign a value to Required data member.
value | Value to assign |
Definition at line 412 of file Field_rule_.hpp.
References CField_rule_Base::m_Required, CField_rule_Base::m_set_State, and rapidjson::value.
|
inline |
Assign a value to Required data member.
Definition at line 419 of file Field_rule_.hpp.
References CField_rule_Base::IsSetRequired(), CField_rule_Base::m_Required, CField_rule_Base::m_set_State, and CSerialObject::UnassignedByte().
|
inline |
Assign a value to Severity data member.
value | Value to assign |
Definition at line 462 of file Field_rule_.hpp.
References CField_rule_Base::m_set_State, CField_rule_Base::m_Severity, and rapidjson::value.
|
inline |
Assign a value to Severity data member.
Definition at line 469 of file Field_rule_.hpp.
References CField_rule_Base::IsSetSeverity(), CField_rule_Base::m_set_State, CField_rule_Base::m_Severity, and CSerialObject::UnassignedByte().
|
inline |
Assign a value to Updated data member.
value | Value to assign |
Definition at line 492 of file Comment_rule_.hpp.
References CComment_rule_Base::m_set_State, CComment_rule_Base::m_Updated, and rapidjson::value.
|
inline |
Assign a value to Updated data member.
Definition at line 499 of file Comment_rule_.hpp.
References CComment_rule_Base::IsSetUpdated(), CComment_rule_Base::m_set_State, CComment_rule_Base::m_Updated, and CSerialObject::UnassignedByte().
|
inline |
Assign a value to Value_constraint data member.
value | Value to assign |
Definition at line 395 of file Dependent_field_rule_.hpp.
References CDependent_field_rule_Base::m_set_State, CDependent_field_rule_Base::m_Value_constraint, and rapidjson::value.
|
inline |
Definition at line 402 of file Dependent_field_rule_.hpp.
References CDependent_field_rule_Base::m_set_State, CDependent_field_rule_Base::m_Value_constraint, and rapidjson::value.
|
inline |
Assign a value to Value_constraint data member.
Definition at line 409 of file Dependent_field_rule_.hpp.
References CDependent_field_rule_Base::IsSetValue_constraint(), CDependent_field_rule_Base::m_set_State, CDependent_field_rule_Base::m_Value_constraint, and CSerialObject::UnassignedString().
|
virtual |
Definition at line 145 of file Comment_rule_.cpp.
|
virtual |
Definition at line 74 of file Comment_set_.cpp.
|
virtual |
Definition at line 128 of file Dependent_field_rule_.cpp.
CDependent_field_set::~CDependent_field_set | ( | void | ) |
Definition at line 50 of file Dependent_field_set.cpp.
|
virtual |
Definition at line 74 of file Dependent_field_set_.cpp.
|
virtual |
Definition at line 91 of file Field_rule_.cpp.
CField_set::~CField_set | ( | void | ) |
Definition at line 50 of file Field_set.cpp.
|
virtual |
Definition at line 74 of file Field_set_.cpp.
CPhrase_list::~CPhrase_list | ( | void | ) |
Definition at line 50 of file Phrase_list.cpp.
|
virtual |
Definition at line 73 of file Phrase_list_.cpp.
|
private |
Definition at line 399 of file Comment_rule_.hpp.
Referenced by CComment_rule_Base::GetAllow_unlisted(), CComment_rule_Base::ResetAllow_unlisted(), and CComment_rule_Base::SetAllow_unlisted().
|
private |
Definition at line 139 of file Comment_set_.hpp.
Referenced by CComment_set_Base::Get(), CComment_set_Base::Reset(), and CComment_set_Base::Set().
|
private |
Definition at line 139 of file Dependent_field_set_.hpp.
Referenced by CDependent_field_set_Base::Get(), CDependent_field_set_Base::Reset(), and CDependent_field_set_Base::Set().
|
private |
Definition at line 139 of file Field_set_.hpp.
Referenced by CField_set_Base::Get(), CField_set_Base::Reset(), and CField_set_Base::Set().
|
private |
Definition at line 136 of file Phrase_list_.hpp.
Referenced by CPhrase_list_Base::Get(), CPhrase_list_Base::Reset(), and CPhrase_list_Base::Set().
|
private |
Definition at line 400 of file Comment_rule_.hpp.
Referenced by CComment_rule_Base::GetDependent_rules(), CComment_rule_Base::IsSetDependent_rules(), CComment_rule_Base::ResetDependent_rules(), and CComment_rule_Base::SetDependent_rules().
|
private |
|
private |
Definition at line 271 of file Field_rule_.hpp.
Referenced by CField_rule_Base::GetField_name(), CField_rule_Base::ResetField_name(), and CField_rule_Base::SetField_name().
Definition at line 397 of file Comment_rule_.hpp.
Referenced by CComment_rule_Base::GetFields(), CComment_rule_Base::IsSetFields(), CComment_rule_Base::ResetFields(), and CComment_rule_Base::SetFields().
|
private |
Definition at line 401 of file Comment_rule_.hpp.
Referenced by CComment_rule_Base::GetForbidden_phrases(), CComment_rule_Base::IsSetForbidden_phrases(), CComment_rule_Base::ResetForbidden_phrases(), and CComment_rule_Base::SetForbidden_phrases().
|
private |
Definition at line 312 of file Dependent_field_rule_.hpp.
Referenced by CDependent_field_rule_Base::GetInvert_match(), CDependent_field_rule_Base::ResetInvert_match(), and CDependent_field_rule_Base::SetInvert_match().
|
private |
Definition at line 272 of file Field_rule_.hpp.
Referenced by CField_rule_Base::GetMatch_expression(), CField_rule_Base::ResetMatch_expression(), and CField_rule_Base::SetMatch_expression().
|
private |
Definition at line 310 of file Dependent_field_rule_.hpp.
Referenced by CDependent_field_rule_Base::GetMatch_name(), CDependent_field_rule_Base::ResetMatch_name(), and CDependent_field_rule_Base::SetMatch_name().
|
private |
Definition at line 313 of file Dependent_field_rule_.hpp.
Referenced by CDependent_field_rule_Base::GetOther_fields(), CDependent_field_rule_Base::IsSetOther_fields(), CDependent_field_rule_Base::ResetOther_fields(), and CDependent_field_rule_Base::SetOther_fields().
|
private |
Definition at line 395 of file Comment_rule_.hpp.
Referenced by CComment_rule_Base::GetPrefix(), CComment_rule_Base::ResetPrefix(), and CComment_rule_Base::SetPrefix().
|
private |
Definition at line 398 of file Comment_rule_.hpp.
Referenced by CComment_rule_Base::GetRequire_order(), CComment_rule_Base::ResetRequire_order(), and CComment_rule_Base::SetRequire_order().
|
private |
Definition at line 273 of file Field_rule_.hpp.
Referenced by CField_rule_Base::GetRequired(), CField_rule_Base::ResetRequired(), and CField_rule_Base::SetRequired().
|
private |
Definition at line 394 of file Comment_rule_.hpp.
Referenced by CComment_rule_Base::CComment_rule_Base(), CComment_rule_Base::IsSetAllow_unlisted(), CComment_rule_Base::IsSetPrefix(), CComment_rule_Base::IsSetRequire_order(), CComment_rule_Base::IsSetUpdated(), CComment_rule_Base::ResetAllow_unlisted(), CComment_rule_Base::ResetPrefix(), CComment_rule_Base::ResetRequire_order(), CComment_rule_Base::ResetUpdated(), CComment_rule_Base::SetAllow_unlisted(), CComment_rule_Base::SetPrefix(), CComment_rule_Base::SetRequire_order(), and CComment_rule_Base::SetUpdated().
|
private |
Definition at line 138 of file Comment_set_.hpp.
Referenced by CComment_set_Base::CComment_set_Base(), CComment_set_Base::IsSet(), CComment_set_Base::Reset(), and CComment_set_Base::Set().
|
private |
Definition at line 309 of file Dependent_field_rule_.hpp.
Referenced by CDependent_field_rule_Base::CDependent_field_rule_Base(), CDependent_field_rule_Base::IsSetInvert_match(), CDependent_field_rule_Base::IsSetMatch_name(), CDependent_field_rule_Base::IsSetValue_constraint(), CDependent_field_rule_Base::ResetInvert_match(), CDependent_field_rule_Base::ResetMatch_name(), CDependent_field_rule_Base::ResetValue_constraint(), CDependent_field_rule_Base::SetInvert_match(), CDependent_field_rule_Base::SetMatch_name(), and CDependent_field_rule_Base::SetValue_constraint().
|
private |
Definition at line 138 of file Dependent_field_set_.hpp.
Referenced by CDependent_field_set_Base::CDependent_field_set_Base(), CDependent_field_set_Base::IsSet(), CDependent_field_set_Base::Reset(), and CDependent_field_set_Base::Set().
|
private |
Definition at line 270 of file Field_rule_.hpp.
Referenced by CField_rule_Base::CField_rule_Base(), CField_rule_Base::IsSetField_name(), CField_rule_Base::IsSetMatch_expression(), CField_rule_Base::IsSetRequired(), CField_rule_Base::IsSetSeverity(), CField_rule_Base::ResetField_name(), CField_rule_Base::ResetMatch_expression(), CField_rule_Base::ResetRequired(), CField_rule_Base::ResetSeverity(), CField_rule_Base::SetField_name(), CField_rule_Base::SetMatch_expression(), CField_rule_Base::SetRequired(), and CField_rule_Base::SetSeverity().
|
private |
Definition at line 138 of file Field_set_.hpp.
Referenced by CField_set_Base::CField_set_Base(), CField_set_Base::IsSet(), CField_set_Base::Reset(), and CField_set_Base::Set().
|
private |
Definition at line 135 of file Phrase_list_.hpp.
Referenced by CPhrase_list_Base::CPhrase_list_Base(), CPhrase_list_Base::IsSet(), CPhrase_list_Base::Reset(), and CPhrase_list_Base::Set().
|
private |
Definition at line 274 of file Field_rule_.hpp.
Referenced by CField_rule_Base::GetSeverity(), CField_rule_Base::ResetSeverity(), and CField_rule_Base::SetSeverity().
|
private |
Definition at line 396 of file Comment_rule_.hpp.
Referenced by CComment_rule_Base::GetUpdated(), CComment_rule_Base::ResetUpdated(), and CComment_rule_Base::SetUpdated().
|
private |
Definition at line 311 of file Dependent_field_rule_.hpp.
Referenced by CDependent_field_rule_Base::GetValue_constraint(), CDependent_field_rule_Base::ResetValue_constraint(), and CDependent_field_rule_Base::SetValue_constraint().