UniMRCP  1.7.0
Public Member Functions | Data Fields
apt_header_section_t Struct Reference

#include <apt_header_field.h>

Collaboration diagram for apt_header_section_t:
Collaboration graph
[legend]

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

◆ APR_RING_HEAD()

apt_header_section_t::APR_RING_HEAD ( apt_head_t  ,
apt_header_field_t   
)

List of header fields (name-value pairs)

Field Documentation

◆ arr

apt_header_field_t** apt_header_section_t::arr

Array of pointers to header fields

◆ arr_size

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: