#include "nusmv/core/trace/exec/CompleteTraceExecutor.h"
#include "nusmv/core/utils/utils.h"
#include "nusmv/core/fsm/bdd/BddFsm.h"
#include "nusmv/core/enc/bdd/BddEnc.h"
Go to the source code of this file.
Defines | |
#define | BDD_COMPLETE_TRACE_EXECUTOR(self) ((BDDCompleteTraceExecutor_ptr) self) |
To cast and check instances of class BDDCompleteTraceExecutor. | |
#define | BDD_COMPLETE_TRACE_EXECUTOR_CHECK_INSTANCE(self) (nusmv_assert(BDD_COMPLETE_TRACE_EXECUTOR(self) != BDD_COMPLETE_TRACE_EXECUTOR(NULL))) |
Typedefs | |
typedef struct BDDCompleteTraceExecutor_TAG * | BDDCompleteTraceExecutor_ptr |
#define BDD_COMPLETE_TRACE_EXECUTOR | ( | self | ) | ((BDDCompleteTraceExecutor_ptr) self) |
To cast and check instances of class BDDCompleteTraceExecutor.
These macros must be used respectively to cast and to check instances of class BDDCompleteTraceExecutor
#define BDD_COMPLETE_TRACE_EXECUTOR_CHECK_INSTANCE | ( | self | ) | (nusmv_assert(BDD_COMPLETE_TRACE_EXECUTOR(self) != BDD_COMPLETE_TRACE_EXECUTOR(NULL))) |
typedef struct BDDCompleteTraceExecutor_TAG* BDDCompleteTraceExecutor_ptr |