#include "nusmv/core/fsm/sexp/SexpFsm.h"
#include "nusmv/core/utils/utils.h"
Go to the source code of this file.
Defines | |
#define | BOOL_SEXP_FSM(self) ((BoolSexpFsm_ptr) self) |
To cast and check instances of class BoolSexpFsm. | |
#define | BOOL_SEXP_FSM_CHECK_INSTANCE(self) (nusmv_assert(BOOL_SEXP_FSM(self) != BOOL_SEXP_FSM(NULL))) |
Typedefs | |
typedef struct BoolSexpFsm_TAG * | BoolSexpFsm_ptr |
#define BOOL_SEXP_FSM | ( | self | ) | ((BoolSexpFsm_ptr) self) |
To cast and check instances of class BoolSexpFsm.
These macros must be used respectively to cast and to check instances of class BoolSexpFsm
#define BOOL_SEXP_FSM_CHECK_INSTANCE | ( | self | ) | (nusmv_assert(BOOL_SEXP_FSM(self) != BOOL_SEXP_FSM(NULL))) |
typedef struct BoolSexpFsm_TAG* BoolSexpFsm_ptr |