HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VdfExecutorFactory< ChildExecutorType, SpeculationExecutorType > Class Template Reference

#include <executorFactory.h>

+ Inheritance diagram for VdfExecutorFactory< ChildExecutorType, SpeculationExecutorType >:

Public Member Functions

virtual std::unique_ptr
< VdfExecutorInterface
ManufactureChildExecutor (const VdfExecutorInterface *parentExecutor) const overridefinal
 
virtual std::unique_ptr
< VdfSpeculationExecutorBase
ManufactureSpeculationExecutor (const VdfSpeculationNode *speculationNode, const VdfExecutorInterface *parentExecutor) const overridefinal
 

Additional Inherited Members

- Protected Member Functions inherited from VdfExecutorFactoryBase
 ~VdfExecutorFactoryBase ()=default
 

Detailed Description

template<typename ChildExecutorType, typename SpeculationExecutorType>
class VdfExecutorFactory< ChildExecutorType, SpeculationExecutorType >

Definition at line 34 of file executorFactory.h.

Member Function Documentation

template<typename ChildExecutorType , typename SpeculationExecutorType >
virtual std::unique_ptr<VdfExecutorInterface> VdfExecutorFactory< ChildExecutorType, SpeculationExecutorType >::ManufactureChildExecutor ( const VdfExecutorInterface parentExecutor) const
inlinefinaloverridevirtual

Manufactures a new ChildExecutorType, which in an executor hierarchy can be parented underneath the executor owning this factory.

Implements VdfExecutorFactoryBase.

Definition at line 42 of file executorFactory.h.

template<typename ChildExecutorType , typename SpeculationExecutorType >
virtual std::unique_ptr<VdfSpeculationExecutorBase> VdfExecutorFactory< ChildExecutorType, SpeculationExecutorType >::ManufactureSpeculationExecutor ( const VdfSpeculationNode speculationNode,
const VdfExecutorInterface parentExecutor 
) const
inlinefinaloverridevirtual

Manufactures a new SpeculationExecutorType with the same traits as the executor owning this factory.

Implements VdfExecutorFactoryBase.

Definition at line 52 of file executorFactory.h.


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