Global Functions in Global Namespace C++
in Sourcefile Any.h


getCppuType
const ::com::sun::star::uno::Type & getCppuType(
const ::com::sun::star::uno::Any * ) throw();

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO YES NO

Summary
Gets the meta type of IDL type any.
Description
There are cases (involving templates) where uses of getCppuType are known to not compile. Use cppu::UnoType or cppu::getTypeFavourUnsigned instead.
Parameters
dummy
typed pointer for function signature
Return
type of IDL type any

Top of Page