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

From Apache OpenOffice Wiki
< Uno‎ | Cpp
Jump to: navigation, search
m (Dependencies: Fixed link.)
m (Fixed section indentation.)
Line 1: Line 1:
State:  UTF2              <br>
+
Type: implementation State: UTF2
Type:   implementation <br>
+
  
==Free Reference==
+
Implementation of [[../../Spec/FreeReference]] for [[Uno/Cpp|C++ Uno]].
Implementation of [[../../Spec/FreeReference]].
+
  
===Description===
+
==Description==
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 typedef of a specialization of new <code>Reference</code> template).
+
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).
  
===Files===
+
==Files==
 
* cppu/inc/cppu/FreeReference.hxx -r1.1.2.1
 
* cppu/inc/cppu/FreeReference.hxx -r1.1.2.1
  
===Dependencies===
+
==Dependencies==
 
* [[Uno/Binary|Binary Uno]]
 
* [[Uno/Binary|Binary Uno]]
 
* [[Uno/Cpp/Test/FreeReference]]
 
* [[Uno/Cpp/Test/FreeReference]]

Revision as of 19:52, 6 September 2006

Type: implementation State: UTF2

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

  • cppu/inc/cppu/FreeReference.hxx -r1.1.2.1

Dependencies

Personal tools