|
Libcroco
|
An abstraction of a number (num) as defined in the css2 spec. More...
#include <cr-num.h>
Data Fields | |
| enum CRNumType | type |
| gdouble | val |
| CRParsingLocation | location |
An abstraction of a number (num) as defined in the css2 spec.
| CRParsingLocation _CRNum::location |
| enum CRNumType _CRNum::type |
Definition at line 124 of file cr-num.h.
Referenced by cr_num_copy(), cr_num_is_fixed_length(), and cr_num_new_with_val().
| gdouble _CRNum::val |
Definition at line 93 of file cr-num.h.
Referenced by cr_num_copy(), and cr_num_new_with_val().