|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <wpp_private.h>

Public Attributes | |
| ctype_t | type |
| union { | |
| int si | |
| unsigned int ui | |
| long sl | |
| unsigned long ul | |
| __int64 sll | |
| unsigned __int64 ull | |
| } | val |
| union { | |
| int si | |
| unsigned int ui | |
| long sl | |
| unsigned long ul | |
| __int64 sll | |
| unsigned __int64 ull | |
| } | val |
Definition at line 170 of file wpp_private.h.
| int cval::si |
Definition at line 179 of file wpp_private.h.
| long cval::sl |
Definition at line 181 of file wpp_private.h.
| __int64 cval::sll |
Definition at line 183 of file wpp_private.h.
| ctype_t cval::type |
Definition at line 171 of file wpp_private.h.
Definition at line 180 of file wpp_private.h.
Definition at line 182 of file wpp_private.h.
Definition at line 184 of file wpp_private.h.
| union { ... } cval::val |
| union { ... } cval::val |