Next: Calling Methods from C++
Up: C++ Binding
Previous: SIDL C++ Header Suffix
Contents
Index
All C++ code generated by Babel #include's a file called
"sidl_ucxx.hh".
This file includes babel_config.h, the C header file that defines configuration
information.
Finally, sidl_ucxx.hh defines some C++ classes in the SIDL namespace such
as
- UCXX ::sidl::StubBase [implementation detail] Common base class for all
C++ stubs (proxy classes)
- template
T,U,V
UCXX ::sidl::basearray [implementation detail]
Common base class for all C++ array
classes.
- typedefs for UCXX ::sidl::fcomplex, UCXX ::sidl::dcomplex, and UCXX ::sidl::opaque
(usually std::complex,
std::complex and void*, respectively)
- template<T> UCXX ::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.99.0
users_guide Last Modified 2006-06-27
http://www.llnl.gov/CASC/components
components@llnl.gov