PandA-2024.02
Public Member Functions | Protected Attributes
ParserFlowStepFactory Class Reference

#include <parser_flow_step_factory.hpp>

Inheritance diagram for ParserFlowStepFactory:
Inheritance graph
[legend]
Collaboration diagram for ParserFlowStepFactory:
Collaboration graph
[legend]

Public Member Functions

 ParserFlowStepFactory (const DesignFlowManagerConstRef design_flow_manager, const application_managerRef AppM, const ParameterConstRef parameters)
 Constructor. More...
 
 ~ParserFlowStepFactory () override
 Destructor. More...
 
const std::string GetPrefix () const override
 Return the prefix of the steps created by the factory. More...
 
DesignFlowStepRef CreateFlowStep (const std::string &signature) const override
 Return a step given the signature. More...
 
- Public Member Functions inherited from DesignFlowStepFactory
 DesignFlowStepFactory (const DesignFlowManagerConstRef &design_flow_manager, const ParameterConstRef &parameters)
 Constructor. More...
 
virtual ~DesignFlowStepFactory ()
 Destructor. More...
 

Protected Attributes

const application_managerRef AppM
 The application manager. More...
 
- Protected Attributes inherited from DesignFlowStepFactory
const Wrefcount< const DesignFlowManagerdesign_flow_manager
 The design flow manager. More...
 
const ParameterConstRef parameters
 The set of input parameters. More...
 
int debug_level
 The debug level. More...
 

Detailed Description

Definition at line 53 of file parser_flow_step_factory.hpp.

Constructor & Destructor Documentation

◆ ParserFlowStepFactory()

ParserFlowStepFactory::ParserFlowStepFactory ( const DesignFlowManagerConstRef  _design_flow_manager,
const application_managerRef  _AppM,
const ParameterConstRef  _parameters 
)

Constructor.

Header include.

Parameters
design_flow_manageris the design flow manager
AppMis the application manager
parametersis the set of input parameters

Autoheader includes parser include

Definition at line 57 of file parser_flow_step_factory.cpp.

References ~ParserFlowStepFactory().

Here is the call graph for this function:

◆ ~ParserFlowStepFactory()

ParserFlowStepFactory::~ParserFlowStepFactory ( )
overridedefault

Destructor.

Referenced by ParserFlowStepFactory().

Here is the caller graph for this function:

Member Function Documentation

◆ CreateFlowStep()

DesignFlowStepRef ParserFlowStepFactory::CreateFlowStep ( const std::string &  signature) const
overridevirtual

Return a step given the signature.

Parameters
signatureis the signature of the step to be created
Returns
the created step

Reimplemented from DesignFlowStepFactory.

Definition at line 70 of file parser_flow_step_factory.cpp.

References AppM, DesignFlowStepFactory::design_flow_manager, GetPrefix(), Wrefcount< T >::lock(), DesignFlowStepFactory::parameters, THROW_ASSERT, and THROW_UNREACHABLE.

Here is the call graph for this function:

◆ GetPrefix()

const std::string ParserFlowStepFactory::GetPrefix ( ) const
overridevirtual

Return the prefix of the steps created by the factory.

Implements DesignFlowStepFactory.

Definition at line 65 of file parser_flow_step_factory.cpp.

Referenced by CreateFlowStep().

Here is the caller graph for this function:

Field Documentation

◆ AppM

const application_managerRef ParserFlowStepFactory::AppM
protected

The application manager.

Definition at line 57 of file parser_flow_step_factory.hpp.

Referenced by CreateFlowStep().


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

Generated on Mon Feb 12 2024 13:04:00 for PandA-2024.02 by doxygen 1.8.13