acl  3.5.3.0
ACL_TOKEN结构体 参考

#include <acl_token_tree.h>

+ ACL_TOKEN 的协作图:

Public 属性

unsigned char ch
 
unsigned int flag
 
struct ACL_TOKENtokens [ACL_TOKEN_WIDTH]
 
struct ACL_TOKENparent
 
void * ctx
 
ACL_TOKEN *(* iter_head )(ACL_ITER *, ACL_TOKEN *)
 
ACL_TOKEN *(* iter_next )(ACL_ITER *, ACL_TOKEN *)
 

详细描述

在文件 acl_token_tree.h31 行定义.

类成员变量说明

◆ ch

unsigned char ACL_TOKEN::ch

在文件 acl_token_tree.h32 行定义.

◆ ctx

void* ACL_TOKEN::ctx

在文件 acl_token_tree.h43 行定义.

◆ flag

unsigned int ACL_TOKEN::flag

在文件 acl_token_tree.h33 行定义.

◆ iter_head

ACL_TOKEN*(* ACL_TOKEN::iter_head) (ACL_ITER *, ACL_TOKEN *)

在文件 acl_token_tree.h45 行定义.

◆ iter_next

ACL_TOKEN*(* ACL_TOKEN::iter_next) (ACL_ITER *, ACL_TOKEN *)

在文件 acl_token_tree.h46 行定义.

◆ parent

struct ACL_TOKEN* ACL_TOKEN::parent

在文件 acl_token_tree.h42 行定义.

◆ tokens

struct ACL_TOKEN* ACL_TOKEN::tokens[ACL_TOKEN_WIDTH]

在文件 acl_token_tree.h41 行定义.


该结构体的文档由以下文件生成: