In file parse.h:

ccommand

The config parser structure

[more] (*action)(char *, char *, void *)
What the command action is
[more]char* name
What the command name is
[more]void* object
An associated object
[more]int type
What the command type is


Documentation

The config parser structure.
ochar* name
What the command name is

oint type
What the command type is

o (*action)(char *, char *, void *)
What the command action is

ovoid* object
An associated object.

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.