Home
last modified time | relevance | path

Searched defs:FunctionPointer (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/o3tl/inc/o3tl/
H A Dlazy_update.hxx138 … template< typename InputType, typename OutputType, typename FunctionType > struct FunctionPointer struct
141 typedef OutputType output_type;
142 typedef InputType input_type;
143 typedef FunctionType function_type;
145 FunctionPointer() : in FunctionPointer() argument
152 explicit FunctionPointer( function_type const& pFunc ) : in FunctionPointer() argument
159 output_type const& implUpdateValue( input_type const& rIn ) const in implUpdateValue()
170 function_type m_pFunc;
171 mutable output_type m_aOutput;
172 mutable bool m_bCacheDirty; // when true, m_aOutput needs update
/aoo4110/main/editeng/inc/editeng/
H A DAccessibleParaManager.hxx287 … typedef void (::accessibility::AccessibleEditableTextPara::*FunctionPointer)( Argument ); typedef in accessibility::AccessibleParaManager::MemFunAdapter

Completed in 11 milliseconds