DOM::Value Struct Reference
List of all members.Detailed Description
Definition at line 57 of file cssparser.h.
Public Types | |
| Operator = 0x100000 | |
| Function = 0x100001 | |
| Q_EMS = 0x100002 | |
| enum | { Operator = 0x100000, Function = 0x100001, Q_EMS = 0x100002 } |
Public Attributes | |
| int | id |
| bool | isInt |
| union { | |
| double fValue | |
| int iValue | |
| ParseString string | |
| Function * function | |
| }; | |
| int | unit |
The documentation for this struct was generated from the following file:

