Version of the during interface that choses the mode at runtime with an environment variable. More...
#include "during-if.h"
#include "during-seq.h"
#include "during-thread.h"
#include "during-pool.h"
#include "during-ondemand.h"
#include <stdlib.h>
Go to the source code of this file.
Classes | |
class | sc_during_env |
Defines | |
#define | MODE(name) |
Version of the during interface that choses the mode at runtime with an environment variable.
Definition in file during-env.h.
#define MODE | ( | name | ) |
if (mode == #name) { \ m_if = new sc_during_ ## name(); \ }