Home
last modified time | relevance | path

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

/aoo4110/main/o3tl/inc/o3tl/
H A Dlazy_update.hxx112 template< typename InputType, typename OutputType > struct DefaultFunctor struct
115 typedef OutputType output_type;
116 typedef InputType input_type;
118 DefaultFunctor() : in DefaultFunctor() argument
123 OutputType const& implUpdateValue( input_type const& rIn ) const in implUpdateValue()
134 mutable output_type m_aOutput;
135 mutable bool m_bCacheDirty; // when true, m_aOutput needs update

Completed in 15 milliseconds