#include "nusmv/core/utils/object.h"
#include "nusmv/core/utils/utils.h"
Go to the source code of this file.
Defines | |
#define | BASE_TRACE_EXECUTOR(self) ((BaseTraceExecutor_ptr) self) |
To cast and check instances of class BaseTraceExecutor. | |
#define | BASE_TRACE_EXECUTOR_CHECK_INSTANCE(self) (nusmv_assert(BASE_TRACE_EXECUTOR(self) != BASE_TRACE_EXECUTOR(NULL))) |
Typedefs | |
typedef struct BaseTraceExecutor_TAG * | BaseTraceExecutor_ptr |
#define BASE_TRACE_EXECUTOR | ( | self | ) | ((BaseTraceExecutor_ptr) self) |
To cast and check instances of class BaseTraceExecutor.
These macros must be used respectively to cast and to check instances of class BaseTraceExecutor
#define BASE_TRACE_EXECUTOR_CHECK_INSTANCE | ( | self | ) | (nusmv_assert(BASE_TRACE_EXECUTOR(self) != BASE_TRACE_EXECUTOR(NULL))) |
typedef struct BaseTraceExecutor_TAG* BaseTraceExecutor_ptr |