OpenDNSSEC-enforcer  2.0.2
Data Fields
db_enum Struct Reference

#include <db_enum.h>

Data Fields

const char * text
 
int value
 

Detailed Description

A enumerate value, represented by a character string and integer. Used for converting database enumerate values from/to text and integer and is often given as a NULL terminated list.

Definition at line 38 of file db_enum.h.

Field Documentation

§ text

const char* db_enum::text

Definition at line 39 of file db_enum.h.

§ value

int db_enum::value

Definition at line 40 of file db_enum.h.


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