Ted Drain 0a0758ce3a Added write only property functions for issue #1142 (#1144)
py::class_<T>'s `def_property` and `def_property_static` can now take a
`nullptr` as the getter to allow a write-only property to be established
(mirroring Python's `property()` built-in when `None` is given for the
getter).

This also updates properties to use the new nullptr constructor internally.
2017-11-07 12:35:27 -04:00
..
2017-01-31 17:05:44 +01:00
2017-07-28 20:40:35 -04:00
2017-11-01 22:48:36 -03:00
2017-09-19 23:16:45 -03:00
2017-11-01 22:48:36 -03:00
2017-11-01 22:48:36 -03:00