Next: Calling Methods from C++
Up: C++ Bindings
Previous: SIDL C++ Header Suffix
  Contents
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.8.6
users_guide Last Modified 2003-07-09
http://www.llnl.gov/CASC/components
components@llnl.gov