Language
The Free and Open Productivity Suite
PUBLIC MEMBERS: |
CLASSES
| STRUCTS
| UNIONS
| ENUMS
| TYPEDEFS
| METHODS
| STATIC METHODS
| DATA
| STATIC DATA |
PRIVATE MEMBERS: |
CLASSES
| STRUCTS
| UNIONS
| ENUMS
| TYPEDEFS
| METHODS
| STATIC METHODS
| DATA
| STATIC DATA |
:: cppu :: class OMultiTypeInterfaceContainerHelperInt32
- Base Classes
- None.
- Known Derived Classes
- None.
virtual |
abstract |
interface |
template |
NO |
NO |
NO |
NO |
- Summary
- Specialized class for key type sal_Int32,
without explicit usage of STL symbols.
- File
- propshlp.hxx
Public Members
-
Methods
|
OMultiTypeInterfaceContainerHelperInt32( ::osl::Mutex & ) throw( ); |
Create a container of interface containers.
|
~OMultiTypeInterfaceContainerHelperInt32( ) throw( ); |
Delete all containers.
|
::com::sun::star::uno::Sequence< sal_Int32 >
getContainedTypes( ) const throw( ); |
Return all id's under which at least one interface is added.
|
OInterfaceContainerHelper *
getContainer( const sal_Int32 & rKey ) const throw( ); |
Return the container created under this key.
|
sal_Int32
addInterface( const sal_Int32 & rKey, const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > & r ) throw( ); |
Insert an element in the container specified with the key. The position is not specified.
|
sal_Int32
removeInterface( const sal_Int32 & rKey, const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > & rxIFace ) throw( ); |
Remove an element from the container specified with the key.
It uses the equal definition of uno objects to remove the interfaces.
|
void
disposeAndClear( const ::com::sun::star::lang::EventObject & rEvt ) throw( ); |
Call disposing on all object in the container that
support XEventListener. Than clear the container.
|
void
clear( ) throw( ); |
Remove all elements of all containers. Does not delete the container.
|
Private Members
-
Top of Page
Copyright © 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.