Namespaces | |
namespace | JetByteTools |
namespace | JetByteTools::Core |
Classes | |
class | IProvideUserData |
An interface that works with IIndexedOpaqueUserData to allow users of a class that provides opaque user data to request a named 'slot' for their data. Generally what happens is that an allocator will expose this interface and the allocated items will expose the interface to access the user data. Users of the allocator can request named slots of user data before allocating the first item and then all items are created with the required amount of user data space. More... |