Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
43a0bae9
Kaydet (Commit)
43a0bae9
authored
Ock 07, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bla, bla
Change-Id: Ied7a6f8d5b4555dc561fc24d3b6b9743e9e2a266
üst
8ad48d88
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
implbase.hxx
include/cppuhelper/implbase.hxx
+17
-0
No files found.
include/cppuhelper/implbase.hxx
Dosyayı görüntüle @
43a0bae9
...
@@ -113,6 +113,23 @@ public:
...
@@ -113,6 +113,23 @@ public:
{
return
css
::
uno
::
Sequence
<
sal_Int8
>
();
}
{
return
css
::
uno
::
Sequence
<
sal_Int8
>
();
}
};
};
/** Implementation helper implementing interfaces
com::sun::star::uno::XInterface and com::sun::star::lang::XTypeProvider
inherting from a BaseClass.
All acquire() and release() calls are delegated to the BaseClass. Upon
queryInterface(), if a demanded interface is not supported by this class
directly, the request is delegated to the BaseClass.
@attention
The BaseClass has to be complete in the sense that
com::sun::star::uno::XInterface and com::sun::star::lang::XTypeProvider are
implemented properly.
@derive
Inherit from this class giving your additional interface(s) to be
implemented as template argument(s).
*/
template
<
typename
BaseClass
,
typename
...
Ifc
>
template
<
typename
BaseClass
,
typename
...
Ifc
>
class
SAL_NO_VTABLE
SAL_DLLPUBLIC_TEMPLATE
ImplInheritanceHelper
:
class
SAL_NO_VTABLE
SAL_DLLPUBLIC_TEMPLATE
ImplInheritanceHelper
:
public
BaseClass
,
public
Ifc
...
public
BaseClass
,
public
Ifc
...
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment