Difference between revisions of "Cppu"

From Apache OpenOffice Wiki
Jump to: navigation, search
 
(Categorize.)
 
Line 21: Line 21:
 
*** Implementation of thread pools, Any functions, Sequence functions, etc.
 
*** Implementation of thread pools, Any functions, Sequence functions, etc.
 
*** Code for locating and loading UNO bridges
 
*** Code for locating and loading UNO bridges
 +
 +
[[Category:source directories]]

Latest revision as of 16:55, 3 January 2006

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
    • source/
      • Implementation of thread pools, Any functions, Sequence functions, etc.
      • Code for locating and loading UNO bridges
Personal tools