Searched refs:m_bCacheDirty (Results 1 – 1 of 1) sorted by relevance
98 …void setInValue( input_type const& rIn ) { Functor::m_bCacheDirty = true; m_aInput =… in setInValue()102 input_type& operator*() { Functor::m_bCacheDirty = true; return m_aInput; } in operator *()103 input_type* operator->() { Functor::m_bCacheDirty = true; return &m_aInput; } in operator ->()120 m_bCacheDirty(true) in DefaultFunctor()125 if( m_bCacheDirty ) in implUpdateValue()128 m_bCacheDirty = false; in implUpdateValue()135 mutable bool m_bCacheDirty; // when true, m_aOutput needs update member148 m_bCacheDirty(true) in FunctionPointer()155 m_bCacheDirty(true) in FunctionPointer()161 if( m_bCacheDirty ) in implUpdateValue()[all …]