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

From Apache OpenOffice Wiki
< Uno‎ | Cpp‎ | Spec
Jump to: navigation, search
(Fixed title.)
m (Changed layout. Added dependency.)
Line 1: Line 1:
version: {{REVISIONID}} <br>
 
 
state:  draft          <br>
 
state:  draft          <br>
 
type:    specification  <br>
 
type:    specification  <br>
  
== Purpose Bridge Implementation Helper ==
+
==Purpose Bridge Implementation Helper==
  
; Feature
+
===Feature===
A helper for implementing purpose environments, with probe support.
+
A helper for implementing purpose environments, with probe support.
  
; Rationale :
+
===API===
 +
<code>class Base : public cppu::Enterable</code>
 +
<code>Base(uno_Environment * pEnv);</code>
  
; API
+
<code>createMapping(uno_Mapping ** ppMapping, uno_Environment * pFrom, uno_Environment  * pTo, ProbeFun * probeFun  = NULL, void * pContext = NULL);</code>
: <code>class Base : public cppu::Enterable</code>
+
: <code>Base(uno_Environment * pEnv);</code>
+
  
: <code>createMapping(uno_Mapping ** ppMapping, uno_Environment  * pFrom, uno_Environment  * pTo, ProbeFun * probeFun  = NULL, void * pContext = NULL);</code>
+
===Dependencies===
 +
* [[Uno/Binary/Impl/Environment Stack]]
  
; Compatibility Issues: None.
 
 
; Dependencies: None.
 
  
 
[[Category:Uno:Cpp:Spec]]
 
[[Category:Uno:Cpp:Spec]]

Revision as of 14:55, 28 June 2006

state: draft
type: specification

Purpose Bridge Implementation Helper

Feature

A helper for implementing purpose environments, with probe support.

API

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);

Dependencies

Personal tools