php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <property.h>
Data Fields | ||
bool | generic | |
union { | ||
lxb_css_font_family_type_t type | ||
lexbor_str_t str | ||
} | u | |
lxb_css_property_family_name_t * | next | |
lxb_css_property_family_name_t * | prev | |
Definition at line 200 of file property.h.
bool lxb_css_property_family_name::generic |
Definition at line 201 of file property.h.
lxb_css_property_family_name_t* lxb_css_property_family_name::next |
Definition at line 208 of file property.h.
lxb_css_property_family_name_t* lxb_css_property_family_name::prev |
Definition at line 209 of file property.h.
lexbor_str_t lxb_css_property_family_name::str |
Definition at line 205 of file property.h.
lxb_css_font_family_type_t lxb_css_property_family_name::type |
Definition at line 204 of file property.h.
union { ... } lxb_css_property_family_name::u |