ReactOS 0.4.15-dev-7788-g1ad9096
cval Struct Reference

#include <wpp_private.h>

Collaboration diagram for cval:

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
 
   wrc_sll_t   sll
 
   wrc_ull_t   ull
 
val
 

Detailed Description

Definition at line 170 of file wpp_private.h.

Member Data Documentation

◆ si

int cval::si

Definition at line 179 of file wpp_private.h.

◆ sl

long cval::sl

Definition at line 181 of file wpp_private.h.

◆ sll [1/2]

__int64 cval::sll

Definition at line 183 of file wpp_private.h.

◆ sll [2/2]

wrc_sll_t cval::sll

Definition at line 194 of file wpp_private.h.

◆ type

ctype_t cval::type

Definition at line 171 of file wpp_private.h.

◆ ui

unsigned int cval::ui

Definition at line 180 of file wpp_private.h.

◆ ul

unsigned long cval::ul

Definition at line 182 of file wpp_private.h.

◆ ull [1/2]

unsigned __int64 cval::ull

Definition at line 184 of file wpp_private.h.

◆ ull [2/2]

wrc_ull_t cval::ull

Definition at line 195 of file wpp_private.h.

◆  [1/2]

union { ... } cval::val

◆  [2/2]

union { ... } cval::val

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