Next:
SIDL C++ Header Suffix
Up:
C++ Bindings
Previous:
Introduction
 
Contents
Basic Types
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
bool
char
char
string
std::string
fcomplex
SIDL::fcomplex
dcomplex
SIDL::dcomplex
enum
enum
opaque
SIDL::opaque
interface
class
class
class
array
SIDL::array
(template specialization)
babel-0.8.4
users_guide Last Modified 2003-04-03
http://www.llnl.gov/CASC/components
components@llnl.gov