UniMRCP  1.5.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Data Fields
apt_header_section_t Struct Reference

#include <apt_header_field.h>

Public Member Functions

 APR_RING_HEAD (apt_head_t, apt_header_field_t) ring
 

Data Fields

apt_header_field_t ** arr
 
apr_size_t arr_size
 

Detailed Description

Header section

Remarks
The header section is a collection of header fields. The header fields are stored in both a ring and an array. The goal is to ensure efficient access and manipulation on the header fields.

Member Function Documentation

apt_header_section_t::APR_RING_HEAD ( apt_head_t  ,
apt_header_field_t   
)

List of header fields (name-value pairs)

Field Documentation

apt_header_field_t** apt_header_section_t::arr

Array of pointers to header fields

apr_size_t apt_header_section_t::arr_size

Max number of header fields


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