stromx  0.8.0
Public Member Functions | List of all members
stromx::runtime::Registry Class Referenceabstract

Abstract registry of operator and data objects. More...

#include <Registry.h>

Inheritance diagram for stromx::runtime::Registry:
stromx::runtime::Factory

Public Member Functions

virtual void registerOperator (const OperatorKernel *const op)=0
 
virtual void registerData (const Data *data)=0
 

Detailed Description

Abstract registry of operator and data objects.

Member Function Documentation

§ registerData()

virtual void stromx::runtime::Registry::registerData ( const Data data)
pure virtual

Registers a data object with the registry. The registry assumes ownership of data.

Implemented in stromx::runtime::Factory.

§ registerOperator()

virtual void stromx::runtime::Registry::registerOperator ( const OperatorKernel *const  op)
pure virtual

Registers an operator kernel with the registry. The registry assumes ownership of op.

Implemented in stromx::runtime::Factory.


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