DTS Application Library  0.2.3
Application library containing referenced objects and interfaces to common libraries
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
config_category Struct Reference

Configuration file category. More...

Data Fields

const char * name
 Category name. More...
 
struct bucket_listentries
 Entries in category. More...
 

Detailed Description

Configuration file category.

Definition at line 32 of file config.c.

Field Documentation

struct bucket_list* config_category::entries

Entries in category.

Definition at line 36 of file config.c.

Referenced by get_category_next(), and get_config_category().

const char* config_category::name

Category name.

Definition at line 34 of file config.c.

Referenced by get_category_next().


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