BioDynaMo
v1.05.120-25dc9790
|
Public Member Functions | |
RunAllScheduledOps (std::vector< Operation * > &scheduled_ops) | |
void | operator() (Agent *agent, AgentHandle ah) override |
Public Member Functions inherited from bdm::Functor< void, Agent *, AgentHandle > | |
virtual | ~Functor ()=default |
virtual void | operator() (TArgs... args)=0 |
Public Attributes | |
Simulation * | sim_ |
std::vector< Operation * > & | scheduled_ops_ |
Definition at line 249 of file scheduler.cc.
|
inlineexplicit |
Definition at line 250 of file scheduler.cc.
|
inlineoverride |
Definition at line 255 of file scheduler.cc.
std::vector<Operation*>& bdm::RunAllScheduledOps::scheduled_ops_ |
Definition at line 260 of file scheduler.cc.
Simulation* bdm::RunAllScheduledOps::sim_ |
Definition at line 259 of file scheduler.cc.