Apache HTTPD
Public Attributes | List of all members
ap_expr_node Struct Reference

#include <util_expr_private.h>

Public Attributes

ap_expr_node_op_e node_op
 
const void * node_arg1
 
const void * node_arg2
 

Detailed Description

The basic parse tree node

Definition at line 76 of file util_expr_private.h.

Member Data Documentation

◆ node_arg1

const void* ap_expr_node::node_arg1

Definition at line 78 of file util_expr_private.h.

◆ node_arg2

const void* ap_expr_node::node_arg2

Definition at line 79 of file util_expr_private.h.

◆ node_op

ap_expr_node_op_e ap_expr_node::node_op

Definition at line 77 of file util_expr_private.h.


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