All C++ code generated by Babel #include's a file called
"sidl_cxx.hh".
This file includes babel_config.h, the C header file that defines configuration
information.
Finally, sidl_cxx.hh defines some C++ classes in the SIDL namespace such
as
- sidl::StubBase [implementation detail] Common base class for all
C++ stubs (proxy classes)
- template
T,U,V
SIDL::array_mixin [implementation detail]
Common base class for all C++ array
classes.
- typedefs for sidl::fcomplex, sidl::dcomplex, and sidl::opaque
(usually std::complex,
std::complex and void*, respectively)
- template<T> sidl::array Template array type for SIDL arrays.
- template specializations [implementation detail]
specialization of arrays of all SIDL types are defined in this file.
babel-0.10.2
users_guide Last Modified 2005-03-23
http://www.llnl.gov/CASC/components
components@llnl.gov