Kea 2.5.5
isc::dns::RRParamRegistryImpl Struct Reference

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...
 

Detailed Description

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.

Member Data Documentation

◆ code2classmap

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().

◆ code2typemap

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().

◆ genericrdata_factories

GenericRdataFactoryMap isc::dns::RRParamRegistryImpl::genericrdata_factories

◆ rdata_factories

RdataFactoryMap isc::dns::RRParamRegistryImpl::rdata_factories

◆ str2classmap

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().

◆ str2typemap

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().


The documentation for this struct was generated from the following file: