| Overview | Namespace | Class | 索引 | Help |
Methods of Class OInterfaceIteratorHelper
- OInterfaceIteratorHelper
- OInterfaceIteratorHelper(
OInterfaceContainerHelper & rCont ) throw();
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO NO
- Description
- Create an iterator over the elements of the コンテナ. The iterator copies the elements of the conatainer. A change to the コンテナ during the lifetime of an iterator is 許すd and does not 影響する/感情 the iterator-instance. The iterator and the コンテナ take cares themself for concurrent 接近, no 付加 guarding is necessary. 発言/述べる: The copy is on 需要・要求する. The iterator copy the elements only if the コンテナ change the contents. It is not 許すd to destroy the コンテナ as long as an iterator 存在する.
- Parameters
rCont the コンテナ of the elements.
- ~OInterfaceIteratorHelper
- ~OInterfaceIteratorHelper() throw();
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO NO
- 要約
- 解放(する)s the 関係 to the コンテナ.
- hasMoreElements
- sal_Bool hasMoreElements() throw();
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO YES NO
- 要約
- Return sal_True, if there are more elements in the iterator.
- next
- ::com::sun::星/主役にする::uno::XInterface * next() throw();
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO NO
- Description
- Return the next element of the iterator. Calling this method if hasMoreElements() has returned sal_False, is an error. Cast the returned pointer to the
- 除去する
- 無効の 除去する() throw();
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO NO
- Description
- 除去するs the 現在の element (the last one returned by next()) from the underlying コンテナ. Calling this method before next() has been called or calling it twice with no next() inbetween is an error.
- OInterfaceIteratorHelper
- OInterfaceIteratorHelper(
const OInterfaceIteratorHelper & ) throw();
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO NO
- 操作者=
- OInterfaceIteratorHelper & 操作者=(
const OInterfaceIteratorHelper & ) throw();
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO NO
最高の,を越す of Page
Copyright © 2012, The Apache ソフトウェア 創立/基礎, Licensed under the Apache License, 見解/翻訳/版 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache ソフトウェア 創立/基礎. Other 指名するs may be trademarks of their 各々の owners.

