Home
last modified time | relevance | path

Searched refs:input_type (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/o3tl/inc/o3tl/
H A Dlazy_update.hxx72 typedef InputType input_type; typedef in o3tl::detail::LazyUpdateImpl
84 LazyUpdateImpl( const input_type& rInput, UnaryConstructorTag ) : in LazyUpdateImpl()
89 const input_type& rInput ) : in LazyUpdateImpl()
99 input_type const& getInValue() const { return m_aInput; } in getInValue()
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 ->()
109 input_type m_aInput;
116 typedef InputType input_type; typedef
123 OutputType const& implUpdateValue( input_type const& rIn ) const in implUpdateValue()
142 typedef InputType input_type; typedef
[all …]

Completed in 4 milliseconds