Uno/Cpp/Spec/Shield Helpers
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.
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);