Uno/Cpp/Spec/Shield Helpers

From Apache OpenOffice Wiki
< Uno‎ | Cpp‎ | Spec
Revision as of 10:09, 23 May 2007 by Kr (Talk | contribs)

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

[cpp] 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