LCOV - code coverage report
Current view: top level - libreoffice/solver/unxlngi6.pro/inc/udkapi/com/sun/star/beans - Pair.hdl (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 1 1 100.0 %
Date: 2012-12-27 Functions: 2 7 28.6 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : #ifndef INCLUDED_COM_SUN_STAR_BEANS_PAIR_HDL
       2             : #define INCLUDED_COM_SUN_STAR_BEANS_PAIR_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 com { namespace sun { namespace star { namespace beans {
      11             : 
      12             : #ifdef SAL_W32
      13             : #   pragma pack(push, 8)
      14             : #endif
      15             : 
      16         294 : template< typename typeparam_T, typename typeparam_U > struct Pair {
      17             :     inline Pair() SAL_THROW(());
      18             : 
      19             :     inline Pair(typeparam_T const & First_, typeparam_U const & Second_) SAL_THROW(());
      20             : 
      21             :     typeparam_T First;
      22             :     typeparam_U Second;
      23             : };
      24             : 
      25             : #ifdef SAL_W32
      26             : #   pragma pack(pop)
      27             : #endif
      28             : 
      29             : } } } }
      30             : 
      31             : template< typename typeparam_T, typename typeparam_U > inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const css::beans::Pair< typeparam_T, typeparam_U > *) SAL_THROW(());
      32             : 
      33             : #endif

Generated by: LCOV version 1.10