Cppu
From Apache OpenOffice Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
What it contains
cppu contains type definitions and the implementation of the core of UNO. The exported API consists of C functions and a few C++ inline class definitions.
cppu is ABI stable and part of the ODK (and URE).
- cppu/
- inc/
- uno/
- dispatcher.h
- binary UNO representation of an XInterface implementation.
- mapping.h
- binary UNO representation of the core of (half) a Bridge
- any2.h
- binary UNO representation of an UNO Any value.
- sequence2.h
- functions for manipulating UNO sequences. The binary representation is that of SAL sequences.
- typelib/
- Types and functions for manipulating UNO type descriptions.
- com/sun/star/uno/
- namespace com::sun::star::uno
- C++ wrapper (template) classes for UNO Any, Sequence, TypeDescription
- Reference<T> wrapper class for UNO XInterface
- uno/
- source/
- Implementation of thread pools, Any functions, Sequence functions, etc.
- Code for locating and loading UNO bridges
- inc/