Home
last modified time | relevance | path

Searched refs:const_pointer (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vigra/
H A Dvigra1.6.0.patch219 + BasicImage(int w, int h, const_pointer d, Alloc const & alloc = Alloc())
231 - "BasicImage::BasicImage(int width, int height, const_pointer ): "
233 + "BasicImage::BasicImage(int w, int h, const_pointer ): "
253 - "BasicImage::BasicImage(Diff2D const & size, const_pointer): "
260 + "BasicImage::BasicImage(Diff2D const & sz, const_pointer): "
305 - void resizeCopy(int width, int height, const_pointer data);
306 + void resizeCopy(int w, int h, const_pointer data);
372 -BasicImage<PIXELTYPE, Alloc>::resizeCopy(int width, int height, const_pointer data)
373 +BasicImage<PIXELTYPE, Alloc>::resizeCopy(int w, int h, const_pointer src_data)
441 - BasicImageView(const_pointer data, int w, int h, int stride = 0)
[all …]
/trunk/main/o3tl/inc/o3tl/
H A Dcow_wrapper.hxx201 typedef const T* const_pointer; typedef in o3tl::cow_wrapper
275 const_pointer operator->() const { return &m_pimpl->m_value; } in operator ->()
279 const_pointer get() const { return &m_pimpl->m_value; } in get()

Completed in 27 milliseconds