Data types


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)

Basic SIDL types are mapped into C++ according to Table 7.1. The remainder of this subsection illustrates the use of enumerations and arrays.



Subsections


babel-1.4.0
users_guide Last Modified 2008-10-16

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