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

Public Member Functions

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

Public Attributes

FunctorType maFunctor
 

Detailed Description

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

Definition at line 125 of file refvector.hxx.

Constructor & Destructor Documentation

◆ ForEachFunctor()

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

Definition at line 128 of file refvector.hxx.

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ maFunctor

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

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