Data Fields

ConfigEnumPair< T > Struct Template Reference

Data item for enumerated type config value. More...

Collaboration diagram for ConfigEnumPair< T >:
Collaboration graph
[legend]

Data Fields

_value
char const * _key

Detailed Description

template<typename T>
struct ConfigEnumPair< T >

Data item for enumerated type config value.

Definition at line 76 of file HttpConfig.cc.


Field Documentation

template<typename T>
char const* ConfigEnumPair< T >::_key

Definition at line 79 of file HttpConfig.cc.

template<typename T>
T ConfigEnumPair< T >::_value

Definition at line 78 of file HttpConfig.cc.

Referenced by http_config_enum_search().


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