Kea 2.7.5
|
This encapsulates the actual implementation of the BasicRRset
class.
More...
Public Member Functions | |
BasicRRsetImpl (const Name &name, const RRClass &rrclass, const RRType &rrtype, const RRTTL &ttl) | |
uint32_t | toWire (AbstractMessageRenderer &renderer, size_t limit) const |
Public Attributes | |
Name | name_ |
vector< ConstRdataPtr > | rdatalist_ |
RRClass | rrclass_ |
RRType | rrtype_ |
RRTTL | ttl_ |
This encapsulates the actual implementation of the BasicRRset
class.
It's hidden from applications.
uint32_t isc::dns::BasicRRsetImpl::toWire | ( | AbstractMessageRenderer & | renderer, |
size_t | limit ) const |
Definition at line 182 of file rrset.cc.
References isc::dns::RRClass::ANY(), isc_throw, isc_throw_assert, name_, isc::dns::RRClass::NONE(), rdatalist_, rrclass_, rrtype_, isc::dns::Name::toWire(), isc::dns::RRClass::toWire(), isc::dns::RRTTL::toWire(), isc::dns::RRType::toWire(), and ttl_.
Name isc::dns::BasicRRsetImpl::name_ |
vector<ConstRdataPtr> isc::dns::BasicRRsetImpl::rdatalist_ |
RRClass isc::dns::BasicRRsetImpl::rrclass_ |
RRType isc::dns::BasicRRsetImpl::rrtype_ |
RRTTL isc::dns::BasicRRsetImpl::ttl_ |