#include "nusmv/core/trace/exec/PartialTraceExecutor.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_PARTIAL_TRACE_EXECUTOR(self) ((BDDPartialTraceExecutor_ptr) self) |
To cast and check instances of class BDDPartialTraceExecutor. | |
#define | BDD_PARTIAL_TRACE_EXECUTOR_CHECK_INSTANCE(self) (nusmv_assert(BDD_PARTIAL_TRACE_EXECUTOR(self) != BDD_PARTIAL_TRACE_EXECUTOR(NULL))) |
Typedefs | |
typedef struct BDDPartialTraceExecutor_TAG * | BDDPartialTraceExecutor_ptr |
#define BDD_PARTIAL_TRACE_EXECUTOR | ( | self | ) | ((BDDPartialTraceExecutor_ptr) self) |
To cast and check instances of class BDDPartialTraceExecutor.
These macros must be used respectively to cast and to check instances of class BDDPartialTraceExecutor
#define BDD_PARTIAL_TRACE_EXECUTOR_CHECK_INSTANCE | ( | self | ) | (nusmv_assert(BDD_PARTIAL_TRACE_EXECUTOR(self) != BDD_PARTIAL_TRACE_EXECUTOR(NULL))) |
typedef struct BDDPartialTraceExecutor_TAG* BDDPartialTraceExecutor_ptr |