23 #ifndef INCLUDED_COM_SUN_STAR_UNO_TYPE_HXX
24 #define INCLUDED_COM_SUN_STAR_UNO_TYPE_HXX
51 inline Type::Type( TypeClass eTypeClass, const ::rtl::OUString & rTypeName )
57 inline Type::Type( TypeClass eTypeClass,
const char * pTypeName )
80 : _pType( rType._pType )
87 return ::rtl::OUString( _pType->pTypeName );
100 #if defined LIBO_INTERNAL_ONLY
107 template<
typename charT,
typename traits> std::basic_ostream<charT, traits> &
108 operator <<(std::basic_ostream<charT, traits> & stream,
Type const & type)
119 return ::cppu::UnoType< ::com::sun::star::uno::Type >::get();
124 return ::cppu::UnoType<void>::get();
128 return ::cppu::UnoType<void>::get();
133 return ::cppu::UnoType< bool >::get();
137 return ::cppu::UnoType< bool >::get();
141 return ::cppu::UnoType< bool >::get();
147 return ::cppu::UnoType< bool >::get();
152 return ::cppu::UnoType< ::cppu::UnoCharType >::get();
156 return ::cppu::UnoType< ::cppu::UnoCharType >::get();
161 return ::cppu::UnoType< ::sal_Int8 >::get();
166 return ::cppu::UnoType< ::rtl::OUString >::get();
171 return ::cppu::UnoType< ::sal_Int16 >::get();
176 return ::cppu::UnoType< ::cppu::UnoUnsignedShortType >::get();
181 return ::cppu::UnoType< ::sal_Int32 >::get();
186 return ::cppu::UnoType< ::sal_uInt32 >::get();
191 return ::cppu::UnoType< ::sal_Int64 >::get();
196 return ::cppu::UnoType< ::sal_uInt64 >::get();
201 return ::cppu::UnoType< float >::get();
206 return ::cppu::UnoType< double >::get();
209 template<
typename T >
212 return ::cppu::UnoType< T >::get();
218 return ::cppu::UnoType< ::cppu::UnoCharType >::get();