php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
lxb_css_syntax_token_number Struct Reference

#include <token.h>

Data Fields

lxb_css_syntax_token_base_t base
 
double num
 
bool is_float
 
bool have_sign
 

Detailed Description

Definition at line 116 of file token.h.

Field Documentation

◆ base

lxb_css_syntax_token_base_t lxb_css_syntax_token_number::base

Definition at line 117 of file token.h.

◆ have_sign

bool lxb_css_syntax_token_number::have_sign

Definition at line 121 of file token.h.

◆ is_float

bool lxb_css_syntax_token_number::is_float

Definition at line 120 of file token.h.

◆ num

double lxb_css_syntax_token_number::num

Definition at line 119 of file token.h.


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