next up previous contents
Next: Mapping for classes, interfaces Up: C Bindings Previous: Header files   Contents

SIDL to C Type Mappings

The basic types in SIDL are mapped into C according to Table 7.1.


Table 7.1: SIDL to C Type Mappings
SIDL TYPE C TYPE
int int32_t
long int64_t
float float
double double
bool typedef SIDL_bool
char char
string char *
fcomplex struct SIDL_fcomplex
dcomplex struct SIDL_dcomplex
enum enum
opaque void *
interface typedef
class typedef
array struct *





babel-0.8.0
users_guide Last Modified 2003-01-14

http://www.llnl.gov/CASC/components
components@llnl.gov