Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: cppu ::

class OInterfaceIteratorHelper


Base Classes
None.
Known Derived Classes
None.

virtual abstract interface template
NO NO NO NO
Description
This is the iterator of a InterfaceContainerHelper. Typically one constructs an instance on the stack for one firing session. It is not allowed to assign or copy an instance of this class.
See Also
OInterfaceContainerHelper
File
interfacecontainer.h

Public Members

Methods


OInterfaceIteratorHelper( OInterfaceContainerHelper & rCont ) throw( );

~OInterfaceIteratorHelper( ) throw( );
Releases the connection to the container.
sal_Bool
hasMoreElements( ) const throw( );
Return sal_True, if there are more elements in the iterator.
::com::sun::star::uno::XInterface *
next( ) throw( );
void
remove( ) throw( );

Private Members

Methods


OInterfaceIteratorHelper( const OInterfaceIteratorHelper & ) throw( );
OInterfaceIteratorHelper &
operator=( const OInterfaceIteratorHelper & ) throw( );

Data

OInterfaceContainerHelper & rCont;
sal_Bool bIsList;
detail::element_alias aData;
sal_Int32 nRemain;

Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.