FreeBSD kernel netgraph code
ng_parse_array_info Struct Reference

#include <ng_parse.h>

Collaboration diagram for ng_parse_array_info:

Data Fields

const struct ng_parse_typeelementType
 
ng_parse_array_getLength_tgetLength
 
ng_parse_array_getDefault_tgetDefault
 

Detailed Description

Definition at line 362 of file ng_parse.h.

Field Documentation

◆ elementType

const struct ng_parse_type* ng_parse_array_info::elementType

Definition at line 363 of file ng_parse.h.

Referenced by ng_array_getAlign(), and ng_get_composite_etype().

◆ getDefault

ng_parse_array_getDefault_t* ng_parse_array_info::getDefault

Definition at line 365 of file ng_parse.h.

Referenced by ng_get_composite_elem_default().

◆ getLength

ng_parse_array_getLength_t* ng_parse_array_info::getLength

Definition at line 364 of file ng_parse.h.

Referenced by ng_get_composite_len().


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