Uno/Cpp/Spec/Shield Helpers

From Apache OpenOffice Wiki
< Uno‎ | Cpp‎ | Spec
Revision as of 21:02, 23 March 2008 by Kr (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Type: Specification State: Evolving Availability: URE 1.3 (SRC680_m212)

Feature

Functions for easily mapping objects to or from the thread-safe C++ environment.

API

cppu/Shield.hxx
 
  namespace cssu = com::sun::star::uno;
 
  template<class T> inline T * cppu::shield  (T * pT);
  template<class T> inline T * cppu::unshield(T * pT);
  inline void cppu::shieldAny  (cssu::Any const & any, cssu::Any * res);
  inline void cppu::unshieldAny(cssu::Any const & any, cssu::Any * res);

Dependencies

Personal tools