LCOV - code coverage report
Current view: top level - usr/local/src/libreoffice/workdir/unxlngi6.pro/UnoApiHeadersTarget/cppu/comprehensive/test/codemaker/cppumaker - Struct.hdl (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 1 1 100.0 %
Date: 2013-07-09 Functions: 5 5 100.0 %
Legend: Lines: hit not hit

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

Generated by: LCOV version 1.10