Factory.h
Go to the documentation of this file.
56 std::shared_ptr<DataModelImpl> createDataModel(const std::string& type, DataModelCallbacks* callbacks);
57 std::shared_ptr<IOProcessorImpl> createIOProcessor(const std::string& type, InterpreterImpl* interpreter);
58 std::shared_ptr<InvokerImpl> createInvoker(const std::string& type, InterpreterImpl* interpreter);
59 std::shared_ptr<ExecutableContentImpl> createExecutableContent(const std::string& localName, const std::string& nameSpace, InterpreterImpl* interpreter);
Definition: Factory.h:46
Definition: Breakpoint.cpp:26
Abstract base class for all data-model implementations.
Definition: DataModelImpl.h:75
Definition: InterpreterImpl.h:48
Abstract base class for IOProcessors implementations.
Definition: IOProcessorImpl.h:36
Abstract base class fo all elements of executable content.
Definition: ExecutableContentImpl.h:43