Global Functions in Global Namespace C++
in Sourcefile Sequence.h
- getCharSequenceCppuType
- const ::com::sun::star::uno::Type & getCharSequenceCppuType() 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 sequence< char >.
This function has been introduced due to ambiguities with unsigned short.
- Parameters
dummy |
typed pointer for function signature
|
- Return
- type of IDL sequence< char >
- getCppuSequenceType
template< typename E >
const ::com::sun::star::uno::Type & getCppuSequenceType(
const ::com::sun::star::uno::Type & |
rElementType ) throw(); |
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
YES |
NO |
YES |
NO |
- Description
- Gets the meta type of IDL sequence.
This function has been introduced, because one cannot get the (templated)
cppu type out of C++ array types. Array types have special
getCppuArrayTypeN() functions.
- ATTENTION!
-
the given element type must be the same as the template argument type!
- Template Parameters
E |
element type of sequence
|
- Parameters
rElementType |
element type of sequence
|
- Return
- type of IDL sequence
- getCppuType
template< typename E >
const ::com::sun::star::uno::Type & getCppuType(
const ::com::sun::star::uno::Sequence< E > * |
) throw(); |
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
YES |
NO |
YES |
NO |
- Summary
- Gets the meta type of IDL sequence.
- Description
- There are cases (involving templates) where uses of getCppuType are known to
not compile. Use cppu::UnoType or cppu::getTypeFavourUnsigned instead.
- Template Parameters
E |
element type of sequence
|
- Parameters
dummy |
typed pointer for function signature
|
- Return
- type of IDL sequence
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.