Home
last modified time | relevance | path

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

/aoo4110/main/o3tl/inc/o3tl/
H A Dlazy_update.hxx180 template< typename InputType, typename OutputType > class LazyUpdate<InputType, class
188 LazyUpdate() {} in LazyUpdate() function in o3tl::LazyUpdate
189 explicit LazyUpdate( InputType const& rIn ) : in LazyUpdate() function in o3tl::LazyUpdate
203 template< typename InputType, typename OutputType > class LazyUpdate<InputType, class
214 explicit LazyUpdate( OutputType (*pFunc)( InputType const& ) ) : in LazyUpdate() function in o3tl::LazyUpdate
222 LazyUpdate( OutputType (*pFunc)( InputType const& ), in LazyUpdate() function in o3tl::LazyUpdate
235 template< typename InputType, typename OutputType > class LazyUpdate<InputType, class
246 explicit LazyUpdate( boost::function1<OutputType,InputType> const& rFunc ) : in LazyUpdate() function in o3tl::LazyUpdate
254 LazyUpdate( boost::function1<OutputType,InputType> const& rFunc, in LazyUpdate() function in o3tl::LazyUpdate

Completed in 13 milliseconds