Difference between revisions of "Uno/Cpp/Impl/FreeReference"

From Apache OpenOffice Wiki
< Uno‎ | Cpp
Jump to: navigation, search
(moved from udk.openoffice.org)
 
m (Updated state.)
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
author[[User:Kr|Kr]]    <br>
+
Type: Implementation State: Finished  Availability: URE 1.3 (SRC680_m212)
version: {{REVISIONID}}    <br>
+
state:  UTF2              <br>
+
created: 01/10/2006        <br>
+
type:   impl. description <br>
+
  
== C++ UNO Runtime ==
+
Implementation of [[../../Spec/FreeReference]] for [[Uno/Cpp|C++ Uno]].
=== Environment Aware Reference ===
+
  
;Headers:
+
==Description==
: cppu/EnvAwareRef.hxx
+
The <code>cppu::FreeReference</code> is currently implemented fully inline. So, no ABI compatibility needs to be taken care of, in case we are going to change it (may reimplement it as a <code>typedef</code> of a specialization of a new <code>Reference</code> template).
  
;Link Libraries : None.
+
==Files==
 +
* {{Uno/UDKlink|cppu/inc/cppu/FreeReference.hxx}}
  
;Known Issues : None.
+
==Tests==
 +
* [[Uno/Cpp/Test/FreeReference]]
  
;Dependencies:
+
==Dependencies==
:* Binary UNO Runtime
+
* [[Uno/Cpp/Map Helper]]
 +
* [[Uno/Binary|Binary Uno]]
  
;Files:
+
 
:* cppu/inc/cppu/EnvAwareRef.hxx -r1.1.2.1 - -r1.1.2.5
+
[[Category:Impl]]
 +
[[Category:Module:CPPU]]
 +
[[Category:Uno]]
 +
[[Category:Uno:Cpp]]

Latest revision as of 10:12, 23 May 2007

Type: Implementation State: Finished Availability: URE 1.3 (SRC680_m212)

Implementation of Uno/Cpp/Spec/FreeReference for C++ Uno.

Description

The cppu::FreeReference is currently implemented fully inline. So, no ABI compatibility needs to be taken care of, in case we are going to change it (may reimplement it as a typedef of a specialization of a new Reference template).

Files

Tests

Dependencies

Personal tools