LibreOffice Module oox (master) 1
Public Member Functions | Public Attributes | List of all members
oox::RefVector< ObjType >::ForEachFunctorWithIndex< FunctorType > Struct Template Reference

Public Member Functions

 ForEachFunctorWithIndex (FunctorType aFunctor)
 
void operator() (const value_type &rxValue)
 

Public Attributes

FunctorType maFunctor
 
sal_Int32 mnIndex
 

Detailed Description

template<typename ObjType>
template<typename FunctorType>
struct oox::RefVector< ObjType >::ForEachFunctorWithIndex< FunctorType >

Definition at line 133 of file refvector.hxx.

Constructor & Destructor Documentation

◆ ForEachFunctorWithIndex()

template<typename ObjType >
template<typename FunctorType >
oox::RefVector< ObjType >::ForEachFunctorWithIndex< FunctorType >::ForEachFunctorWithIndex ( FunctorType  aFunctor)
inlineexplicit

Definition at line 137 of file refvector.hxx.

Member Function Documentation

◆ operator()()

template<typename ObjType >
template<typename FunctorType >
void oox::RefVector< ObjType >::ForEachFunctorWithIndex< FunctorType >::operator() ( const value_type rxValue)
inline

Member Data Documentation

◆ maFunctor

template<typename ObjType >
template<typename FunctorType >
FunctorType oox::RefVector< ObjType >::ForEachFunctorWithIndex< FunctorType >::maFunctor

◆ mnIndex

template<typename ObjType >
template<typename FunctorType >
sal_Int32 oox::RefVector< ObjType >::ForEachFunctorWithIndex< FunctorType >::mnIndex

The documentation for this struct was generated from the following file: