Harlequin RIP SDK

An instance of the blob factory implementation. More...

#include "swblobfactory.h"

Data Fields

const sw_blob_factory_apiimplementation
 Pointer to the factory implementation. More...
 

Detailed Description

An instance of the blob factory implementation.

This structure represents a parameterised blob factory.

There is only one public field in this structure, which is the required implementation pointer. The RIP will subclass instances to add private instance specific data.

The RIP manages the memory for this structure. Modules should not attempt to copy the structure, or access any data except the public fields.

Field Documentation

◆ implementation

const sw_blob_factory_api* sw_blob_factory_instance::implementation

Pointer to the factory implementation.

API methods for a blob factory instance should always be called by indirecting through the instance's implementation field.


The documentation for this struct was generated from the following file: