LCOV - code coverage report
Current view: top level - libreoffice/workdir/unxlngi6.pro/UnoApiHeadersTarget/bridgetest/normal/test/testtools/bridgetest - TestPolyStruct2.hdl (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 1 1 100.0 %
Date: 2012-12-27 Functions: 17 17 100.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : #ifndef INCLUDED_TEST_TESTTOOLS_BRIDGETEST_TESTPOLYSTRUCT2_HDL
       2             : #define INCLUDED_TEST_TESTTOOLS_BRIDGETEST_TESTPOLYSTRUCT2_HDL
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "cppu/macros.hxx"
       7             : 
       8             : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
       9             : 
      10             : namespace test { namespace testtools { namespace bridgetest {
      11             : 
      12             : #ifdef SAL_W32
      13             : #   pragma pack(push, 8)
      14             : #endif
      15             : 
      16          82 : template< typename typeparam_T, typename typeparam_C > struct TestPolyStruct2 {
      17             :     inline TestPolyStruct2() SAL_THROW(());
      18             : 
      19             :     inline TestPolyStruct2(typeparam_T const & member1_, typeparam_C const & member2_) SAL_THROW(());
      20             : 
      21             :     typeparam_T member1;
      22             :     typeparam_C member2;
      23             : };
      24             : 
      25             : #ifdef SAL_W32
      26             : #   pragma pack(pop)
      27             : #endif
      28             : 
      29             : } } }
      30             : 
      31             : template< typename typeparam_T, typename typeparam_C > inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::test::testtools::bridgetest::TestPolyStruct2< typeparam_T, typeparam_C > *) SAL_THROW(());
      32             : 
      33             : #endif

Generated by: LCOV version 1.10