MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
config_item Struct Reference

#include <config_parser.h>

Collaboration diagram for config_item:

Public Attributes

const char * key
enum config_datatype datatype
union config_value value
bool found

Detailed Description

An entry for a single item in the config file.

Definition at line 36 of file config_parser.h.

Member Data Documentation

enum config_datatype config_item::datatype

The datatype for the value

Definition at line 40 of file config_parser.h.

bool config_item::found

If the item was found in the config file or not

Definition at line 44 of file config_parser.h.

const char* config_item::key

The name of the key

Definition at line 38 of file config_parser.h.

union config_value config_item::value

Where to store the value from the config file

Definition at line 42 of file config_parser.h.


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