構造体 ap_directive_t
[Config Tree Package]

Structure used to build the config tree. [詳細]

#include <util_cfgtree.h>


変数

const char * directive
const char * args
ap_directive_tnext
ap_directive_tfirst_child
ap_directive_tparent
void * data
const char * filename
int line_num


説明

Structure used to build the config tree.

The config tree only stores the directives that will be active in the running server. Directives that contain other directions, such as <Directory ...> cause a sub-level to be created, where the included directives are stored. The closing directive (</Directory>) is not stored in the tree.


構造体

const char* ap_directive_t::args

The arguments for the current directive, stored as a space separated list

void* ap_directive_t::data

directive's module can store add'l data here

const char* ap_directive_t::directive

The current directive

const char* ap_directive_t::filename

The name of the file this directive was found in

struct ap_directive_t* ap_directive_t::first_child

The first child node of this directive ap_directive_t *first_child

int ap_directive_t::line_num

The line number the directive was on

struct ap_directive_t* ap_directive_t::next

The next directive node in the tree ap_directive_t *next

struct ap_directive_t* ap_directive_t::parent

The parent node of this directive ap_directive_t *parent


この構造体の説明は次のファイルから生成されました:
Apacheに対してSun Jul 19 22:05:32 2009に生成されました。  doxygen 1.4.7