template class CCL::CorePropertyHandlerHelper

#include <icoreplugin.h>

template <class CoreInterface>
class CorePropertyHandlerHelper: public CoreInterface
{
public:
    // methods

    void setProperty (const Core::Property& value);
    void getProperty (Core::Property& value);
};