![]() |
Kea 2.2.0
|
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.
Referenced by isc::dns::RRParamRegistry::addClass(), isc::dns::RRParamRegistry::codeToClassText(), and isc::dns::RRParamRegistry::removeClass().
| CodeRRTypeMap isc::dns::RRParamRegistryImpl::code2typemap |
Mappings from textual representations of RR types to integer codes.
Definition at line 201 of file rrparamregistry.cc.
Referenced by isc::dns::RRParamRegistry::addType(), isc::dns::RRParamRegistry::codeToTypeText(), and isc::dns::RRParamRegistry::removeType().
| GenericRdataFactoryMap isc::dns::RRParamRegistryImpl::genericrdata_factories |
Definition at line 207 of file rrparamregistry.cc.
Referenced by isc::dns::RRParamRegistry::add(), and isc::dns::RRParamRegistry::removeRdataFactory().
| RdataFactoryMap isc::dns::RRParamRegistryImpl::rdata_factories |
Definition at line 206 of file rrparamregistry.cc.
Referenced by isc::dns::RRParamRegistry::add(), and isc::dns::RRParamRegistry::removeRdataFactory().
| StrRRClassMap isc::dns::RRParamRegistryImpl::str2classmap |
Mappings from RR class codes to textual representations.
Definition at line 203 of file rrparamregistry.cc.
Referenced by isc::dns::RRParamRegistry::addClass(), isc::dns::RRParamRegistry::removeClass(), and isc::dns::RRParamRegistry::textToClassCode().
| StrRRTypeMap isc::dns::RRParamRegistryImpl::str2typemap |
Mappings from RR type codes to textual representations.
Definition at line 199 of file rrparamregistry.cc.
Referenced by isc::dns::RRParamRegistry::addType(), isc::dns::RRParamRegistry::removeType(), and isc::dns::RRParamRegistry::textToTypeCode().