///
/// \param buffer A buffer storing the wire format data.
explicit RRClass(isc::util::InputBuffer& buffer);
- /// \brief Copy constructor.
- ///
- /// This constructor never throws an exception.
- ///
- /// \param other The RRClass to copy from.
- RRClass(const RRClass& other) : classcode_(other.classcode_) {}
/// A separate factory of RRClass from text.
///
///
/// \param buffer A buffer storing the wire format data.
explicit RRTTL(isc::util::InputBuffer& buffer);
- /// \brief Copy constructor.
- ///
- /// This constructor never throws an exception.
- ///
- /// \param other The RRTTL to copy from.
- RRTTL(const RRTTL& other) : ttlval_(other.ttlval_) {}
/// A separate factory of RRTTL from text.
///