Initial release.
view()
acts as a drop-in replacement forutils::View()
.get_view_handler()
is called byview()
to determine how an object is to be displayed, by default viadefault_view_handler()
which forwards toutils::View()
.suppress_view()
andpermit_view()
makeview()
turn off forwarding toutils::View()
.register_view_handler_factory()
andunregister_view_handler_factory()
allow full customization ofview()
.