This class is a mixin that provides storage and management of “client
data.” This data can either be of type void – in which case the data
container does not take care of freeing the data again
or it is of type ClientData or its derivatives. In that case the
container will free the memory itself later.
Note that you must not assign both void data and data
derived from the ClientData class to a container.
NOTE: This functionality is currently duplicated in EvtHandler in
order to avoid having more than one vtable in that class hierarchy.
No base class
Get the untyped client data.
Get a pointer to the client data object.
Set the untyped client data.
Set the client data object. Any previous object will be deleted.
[This page automatically generated from the Textile source at 2023-06-13 21:31:39 +0000]