libvips/cplusplus/include/vips
John Cupitt ca6410e1a6 make members and getters "const" in cpp api
eg. VImage::width() is now

	int VImage::width() const;

ie. it does not alter the image objects. In factr we can mark almost all
members const.

see https://github.com/jcupitt/libvips/issues/983
2018-06-11 14:30:17 +01:00
..
gen-operators-h.py make members and getters "const" in cpp api 2018-06-11 14:30:17 +01:00
Makefile.am add VInterpolate wrapper class 2015-01-30 21:19:58 +00:00
VError8.h Enable compilation of vips8 C++ bindings with MSVC 2016-01-11 17:56:02 +00:00
VImage8.h make members and getters "const" in cpp api 2018-06-11 14:30:17 +01:00
VInterpolate8.h remove exception specs from vips8 C++ interface 2016-01-09 14:52:05 +00:00
vips8 comment reformat 2016-04-17 10:22:20 +01:00
vips-operators.h make members and getters "const" in cpp api 2018-06-11 14:30:17 +01:00