Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
ascend_token_t Struct Reference

Holds the parsed value of a single token produced by the Ascend file lexer. More...

#include <ascend-int.h>

Public Attributes

int length
uint32_t u32_val
uint16_t u16_val
uint8_t u8_val
char str_val [ASCEND_MAX_STR_LEN]

Detailed Description

Holds the parsed value of a single token produced by the Ascend file lexer.

Member Data Documentation

◆ length

int ascend_token_t::length

Length in bytes of the token's string representation.

◆ str_val

char ascend_token_t::str_val[ASCEND_MAX_STR_LEN]

Parsed string value of the token, if applicable; NUL-terminated.

◆ u16_val

uint16_t ascend_token_t::u16_val

Parsed 16-bit unsigned integer value of the token, if applicable.

◆ u32_val

uint32_t ascend_token_t::u32_val

Parsed 32-bit unsigned integer value of the token, if applicable.

◆ u8_val

uint8_t ascend_token_t::u8_val

Parsed 8-bit unsigned integer value of the token, if applicable.


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