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

Public Member Functions

 FindFunctor (const FunctorType &rFunctor)
 
bool operator() (const value_type &rxValue)
 

Public Attributes

FunctorType maFunctor
 

Detailed Description

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

Definition at line 145 of file refvector.hxx.

Constructor & Destructor Documentation

◆ FindFunctor()

template<typename ObjType >
template<typename FunctorType >
oox::RefVector< ObjType >::FindFunctor< FunctorType >::FindFunctor ( const FunctorType &  rFunctor)
inlineexplicit

Definition at line 148 of file refvector.hxx.

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ maFunctor

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

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