#include <PhysiologyEnginePool.h>

Inherits Loggable.

Public Member Functions

 ~SEPhysiologyEnginePoolEngine ()
 
- Public Member Functions inherited from Loggable
 Loggable (Logger *logger=nullptr)
 
 Loggable (std::string const &logfile)
 
virtual ~Loggable ()
 
virtual LoggerGetLogger () const
 
virtual void SetLogger (Logger &logger)
 
virtual void Debug (std::string const &msg) const
 
virtual void Debug (std::stringstream &msg) const
 
virtual void Debug (std::ostream &msg) const
 
virtual void Info (std::string const &msg) const
 
virtual void Info (std::stringstream &msg) const
 
virtual void Info (const std::stringstream &msg) const
 
virtual void Info (std::ostream &msg) const
 
virtual void Warning (std::string const &msg) const
 
virtual void Warning (std::stringstream &msg) const
 
virtual void Warning (std::ostream &msg) const
 
virtual void Error (std::string const &msg) const
 
virtual void Error (std::stringstream &msg) const
 
virtual void Error (std::ostream &msg) const
 
virtual void Fatal (std::string const &msg) const
 
virtual void Fatal (std::stringstream &msg) const
 
virtual void Fatal (std::ostream &msg) const
 

Public Attributes

bool IsActive =false
 
SEEngineInitialization EngineInitialization
 
std::vector< const SEAction * > Actions
 
SEDataRequested DataRequested
 
std::unique_ptr< PhysiologyEngineEngine
 

Protected Member Functions

 SEPhysiologyEnginePoolEngine (Logger *logger=nullptr)
 

Friends

class SEPhysiologyEnginePool
 
class PhysiologyEnginePoolThunk
 

Additional Inherited Members

- Protected Attributes inherited from Loggable
bool myLogger
 
Loggerm_Logger
 

Constructor & Destructor Documentation

◆ SEPhysiologyEnginePoolEngine()

SEPhysiologyEnginePoolEngine::SEPhysiologyEnginePoolEngine ( Logger logger = nullptr)
protected

◆ ~SEPhysiologyEnginePoolEngine()

SEPhysiologyEnginePoolEngine::~SEPhysiologyEnginePoolEngine ( )

Friends And Related Function Documentation

◆ PhysiologyEnginePoolThunk

friend class PhysiologyEnginePoolThunk
friend

◆ SEPhysiologyEnginePool

friend class SEPhysiologyEnginePool
friend

Member Data Documentation

◆ Actions

std::vector<const SEAction*> SEPhysiologyEnginePoolEngine::Actions

◆ DataRequested

SEDataRequested SEPhysiologyEnginePoolEngine::DataRequested

◆ Engine

std::unique_ptr<PhysiologyEngine> SEPhysiologyEnginePoolEngine::Engine

◆ EngineInitialization

SEEngineInitialization SEPhysiologyEnginePoolEngine::EngineInitialization

◆ IsActive

bool SEPhysiologyEnginePoolEngine::IsActive =false

Distributed under the Apache License, Version 2.0.

See accompanying NOTICE file for details.