CUBRID Engine  latest
co_argument Struct Reference
Collaboration diagram for co_argument:
Collaboration graph

Public Attributes

CO_FORMAT_TYPE format
 
union {
   int   int_value
 
   double   double_value
 
   void *   pointer_value
 
   long   long_int_value
 
   long double   long_double_value
 
value
 

Detailed Description

Definition at line 58 of file condition_handler.c.

Member Data Documentation

double co_argument::double_value

Definition at line 64 of file condition_handler.c.

Referenced by co_signalv().

CO_FORMAT_TYPE co_argument::format

Definition at line 60 of file condition_handler.c.

Referenced by co_signalv().

int co_argument::int_value

Definition at line 63 of file condition_handler.c.

Referenced by co_signalv().

long double co_argument::long_double_value

Definition at line 67 of file condition_handler.c.

Referenced by co_signalv().

long co_argument::long_int_value

Definition at line 66 of file condition_handler.c.

Referenced by co_signalv().

void* co_argument::pointer_value

Definition at line 65 of file condition_handler.c.

Referenced by co_signalv().

union { ... } co_argument::value

Referenced by co_signalv().


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