#include "nusmv/core/utils/utils.h"
#include "nusmv/core/utils/NodeList.h"
#include "nusmv/core/node/node.h"
Go to the source code of this file.
Defines | |
#define | ORD_GROUPS(x) ((OrdGroups_ptr) (x)) |
#define | ORD_GROUPS_CHECK_INSTANCE(x) (nusmv_assert(ORD_GROUPS(x) != ORD_GROUPS(NULL))) |
Typedefs | |
typedef struct OrdGroups_TAG * | OrdGroups_ptr |
#define ORD_GROUPS | ( | x | ) | ((OrdGroups_ptr) (x)) |
#define ORD_GROUPS_CHECK_INSTANCE | ( | x | ) | (nusmv_assert(ORD_GROUPS(x) != ORD_GROUPS(NULL))) |
typedef struct OrdGroups_TAG* OrdGroups_ptr |