libzypp 9.41.1
|
Public Member Functions | |
Impl (FieldVector &fields_r, size_type expect_r) | |
Impl (FieldVector &fields_r, HistoryActionID action_r, size_type expect_r) | |
void | _checkFields (const FieldVector &fields_r, size_type expect_r) |
Public Attributes | |
FieldVector | _field |
Date | _date |
HistoryActionID | _action |
Definition at line 102 of file HistoryLogData.cc.
zypp::HistoryLogData::Impl::Impl | ( | FieldVector & | fields_r, |
size_type | expect_r | ||
) | [inline] |
Definition at line 105 of file HistoryLogData.cc.
References _action, _checkFields(), _field, zypp::HistoryLogData::ACTION_INDEX, and zypp::str::trim().
zypp::HistoryLogData::Impl::Impl | ( | FieldVector & | fields_r, |
HistoryActionID | action_r, | ||
size_type | expect_r | ||
) | [inline] |
Definition at line 115 of file HistoryLogData.cc.
References _action, _checkFields(), _field, zypp::HistoryLogData::ACTION_INDEX, zypp::HistoryActionID::asString(), zypp::str::form(), zypp::str::trim(), and ZYPP_THROW.
void zypp::HistoryLogData::Impl::_checkFields | ( | const FieldVector & | fields_r, |
size_type | expect_r | ||
) | [inline] |
Definition at line 133 of file HistoryLogData.cc.
References _date, zypp::HistoryLogData::DATE_INDEX, zypp::str::form(), HISTORY_LOG_DATE_FORMAT, and ZYPP_THROW.
Referenced by Impl().
Definition at line 155 of file HistoryLogData.cc.
Referenced by Impl().
Definition at line 156 of file HistoryLogData.cc.
Referenced by _checkFields().
Definition at line 157 of file HistoryLogData.cc.
Referenced by Impl().