Workspace 6.21.5
Public Member Functions | List of all members
JsonObjectGroupAdaptorFactory< From, To > Class Template Reference

A TypeAdaptorFactory for an adaptor converting from Json to an ObjectGroup type (or vice-versa) More...

#include <Workspace/DataExecution/DataObjects/json.h>

Public Member Functions

 JsonObjectGroupAdaptorFactory ()=delete
 

Detailed Description

template<typename From, typename To>
class CSIRO::DataExecution::JsonObjectGroupAdaptorFactory< From, To >

The DECLARE_WORKSPACE_JSONTOOBJECTGROUPADAPTOR macro declares explicit specializations of this classes methods. The definitions are provided by the DEFINE_WORKSPACE_JSONTOOBJECTGROUPADAPTOR macro.

Constructor & Destructor Documentation

◆ JsonObjectGroupAdaptorFactory()