#include "nusmv/core/rbc/rbc.h"
#include "nusmv/core/utils/utils.h"
Go to the source code of this file.
Defines | |
#define | CONJ_SET(self) ((ConjSet_ptr) self) |
To cast and check instances of class ConjSet. | |
#define | CONJ_SET_CHECK_INSTANCE(self) (nusmv_assert(CONJ_SET(self) != CONJ_SET(NULL))) |
Typedefs | |
typedef struct ConjSet_TAG * | ConjSet_ptr |
#define CONJ_SET | ( | self | ) | ((ConjSet_ptr) self) |
#define CONJ_SET_CHECK_INSTANCE | ( | self | ) | (nusmv_assert(CONJ_SET(self) != CONJ_SET(NULL))) |
typedef struct ConjSet_TAG* ConjSet_ptr |