The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download | Blog | Stats
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

MultiConfig Struct Reference

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

#include <configreader.h>

Collaboration diagram for MultiConfig:

Collaboration graph
[legend]
List of all members.

Public Attributes

const char * tag
 Tag name.
char * items [13]
 One or more items within tag.
char * items_default [13]
 One or more defaults for items within tags.
int datatype [13]
 One or more data types.
MultiNotify init_function
 Initialization function.
MultiValidator validation_function
 Validation function.
MultiNotify finish_function
 Completion function.

Detailed Description

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

Definition at line 180 of file configreader.h.


Member Data Documentation

int MultiConfig::datatype[13]
 

One or more data types.

Definition at line 189 of file configreader.h.

Referenced by ServerConfig::Read().

MultiNotify MultiConfig::finish_function
 

Completion function.

Definition at line 195 of file configreader.h.

Referenced by ServerConfig::Read().

MultiNotify MultiConfig::init_function
 

Initialization function.

Definition at line 191 of file configreader.h.

Referenced by ServerConfig::Read().

char* MultiConfig::items[13]
 

One or more items within tag.

Definition at line 185 of file configreader.h.

Referenced by ServerConfig::Read().

char* MultiConfig::items_default[13]
 

One or more defaults for items within tags.

Definition at line 187 of file configreader.h.

Referenced by ServerConfig::Read().

const char* MultiConfig::tag
 

Tag name.

Definition at line 183 of file configreader.h.

Referenced by ServerConfig::Read().

MultiValidator MultiConfig::validation_function
 

Validation function.

Definition at line 193 of file configreader.h.

Referenced by ServerConfig::Read().


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