Data Fields

ConfigItems::MultiItem Struct Reference

#include <config.h>

Collaboration diagram for ConfigItems::MultiItem:
Collaboration graph
[legend]

Data Fields

Anope::string tag
Anope::string items [17]
Anope::string items_default [17]
int datatype [17]
MultiNotify init_function
MultiValidator validation_function
MultiNotify finish_function

Detailed Description

Holds a core configuration item and its callbacks where there may be more than one item

Definition at line 254 of file config.h.


Field Documentation

One or more data types

Definition at line 263 of file config.h.

Referenced by ServerConfig::Read().

Completion function

Definition at line 269 of file config.h.

Referenced by ServerConfig::Read().

Initialization function

Definition at line 265 of file config.h.

Referenced by ServerConfig::Read().

One or more items within tag

Definition at line 259 of file config.h.

Referenced by ServerConfig::Read().

One or more defaults for items within tags

Definition at line 261 of file config.h.

Referenced by ServerConfig::Read().

Tag name

Definition at line 257 of file config.h.

Referenced by ServerConfig::Read().

Validation function

Definition at line 267 of file config.h.

Referenced by ServerConfig::Read().


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