Kea
1.9.9-git
|
The RRParamRegistryImpl
class is the actual implementation of RRParamRegistry
.
More...
Public Attributes | |
CodeRRClassMap | code2classmap |
Mappings from textual representations of RR classes to integer codes. More... | |
CodeRRTypeMap | code2typemap |
Mappings from textual representations of RR types to integer codes. More... | |
GenericRdataFactoryMap | genericrdata_factories |
RdataFactoryMap | rdata_factories |
StrRRClassMap | str2classmap |
Mappings from RR class codes to textual representations. More... | |
StrRRTypeMap | str2typemap |
Mappings from RR type codes to textual representations. More... | |
The RRParamRegistryImpl
class is the actual implementation of RRParamRegistry
.
The implementation is hidden from applications. We can refer to specific members of this class only within the implementation source file.
Definition at line 197 of file rrparamregistry.cc.
CodeRRClassMap isc::dns::RRParamRegistryImpl::code2classmap |
Mappings from textual representations of RR classes to integer codes.
Definition at line 205 of file rrparamregistry.cc.
CodeRRTypeMap isc::dns::RRParamRegistryImpl::code2typemap |
Mappings from textual representations of RR types to integer codes.
Definition at line 201 of file rrparamregistry.cc.
GenericRdataFactoryMap isc::dns::RRParamRegistryImpl::genericrdata_factories |
Definition at line 207 of file rrparamregistry.cc.
RdataFactoryMap isc::dns::RRParamRegistryImpl::rdata_factories |
Definition at line 206 of file rrparamregistry.cc.
StrRRClassMap isc::dns::RRParamRegistryImpl::str2classmap |
Mappings from RR class codes to textual representations.
Definition at line 203 of file rrparamregistry.cc.
StrRRTypeMap isc::dns::RRParamRegistryImpl::str2typemap |
Mappings from RR type codes to textual representations.
Definition at line 199 of file rrparamregistry.cc.