Difference between revisions of "Uno/Cpp/Spec/Purpose Bridge Implementation Helper"

From Apache OpenOffice Wiki
< Uno‎ | Cpp‎ | Spec
Jump to: navigation, search
m (added headers and link libs.)
m (Fixed section indentation.)
Line 1: Line 1:
state:   draft          <br>
+
Type: specification  State: draft
type:    specification  <br>
+
  
==Purpose Bridge Implementation Helper==
+
==Feature==
 
+
===Feature===
+
 
A helper for implementing purpose environments, with probe support.
 
A helper for implementing purpose environments, with probe support.
  
===API===
+
==API==
; Headers:
+
===Headers===
:* cppu/helper/purpenv/Base.hxx
+
* cppu/helper/purpenv/Base.hxx
:* cppu/helper/purpenv/Mapping.hxx
+
* cppu/helper/purpenv/Mapping.hxx
:* cppu/helper/purpenv/export.hxx
+
* cppu/helper/purpenv/export.hxx
  
<code>class Base : public cppu::Enterable</code>
+
<code>[cpp]
<code>Base(uno_Environment * pEnv);</code>
+
class Base : public cppu::Enterable
 +
  Base(uno_Environment * pEnv);
  
<code>createMapping(uno_Mapping ** ppMapping, uno_Environment  * pFrom, uno_Environment  * pTo, ProbeFun * probeFun  = NULL, void * pContext = NULL);</code>
+
createMapping(uno_Mapping ** ppMapping, uno_Environment  * pFrom, uno_Environment  * pTo, ProbeFun * probeFun  = NULL, void * pContext = NULL);
 +
</code>
  
;Link Libraries:
+
===Link Libraries===
:* C++ purpenv_helper
+
* C++ purpenv_helper
  
===Dependencies===
+
==Dependencies==
 
* [[Uno/Binary/Impl/Environment Stack]]
 
* [[Uno/Binary/Impl/Environment Stack]]
  
  
 
[[Category:Uno:Cpp:Spec]]
 
[[Category:Uno:Cpp:Spec]]

Revision as of 19:39, 6 September 2006

Type: specification State: draft

Feature

A helper for implementing purpose environments, with probe support.

API

Headers

  • cppu/helper/purpenv/Base.hxx
  • cppu/helper/purpenv/Mapping.hxx
  • cppu/helper/purpenv/export.hxx

[cpp] class Base : public cppu::Enterable

 Base(uno_Environment * pEnv);

createMapping(uno_Mapping ** ppMapping, uno_Environment * pFrom, uno_Environment * pTo, ProbeFun * probeFun = NULL, void * pContext = NULL);

Link Libraries

  • C++ purpenv_helper

Dependencies

Personal tools