APG
… an ABNF Parser Generator
|
Defines a pointer to an array of 32-bit unsigned integers plus its length. Typically needed by Unicode applications. More...
#include <lib.h>
Data Fields | |
const uint32_t * | uipPhrase |
Pointer to an array of 32-bit unsigned integers. More... | |
uint32_t | uiLength |
The number of integers in the array. More... | |
Defines a pointer to an array of 32-bit unsigned integers plus its length. Typically needed by Unicode applications.
This type of phrase is often necessary when dealing with Unicode, but can be used for any array of 32-bit unsigned integers. Since the array may hold characters of all possible values, it is not possible to use a special character to signal the end of the array. Therefore, the structure includes the array length.
uint32_t u32_phrase::uiLength |
const uint32_t* u32_phrase::uipPhrase |