creator


An os_creator is a function object that creates a new object of the instantiated type on the heap and returns it.

Library

Framework<ToolKit>

Declaration

#include <ospace/framework/dishndlr.h>

template< class ServiceHandler >
class os_creator

Interface

()
ServiceHandler* operator()() const
Creates a default constructed ServiceHandler object on heap and returns it. The caller will assume the responsibility of deleting it.

Copyright©1994-2026 Recursion Software LLC
All Rights Reserved - For use by licensed users only.