#include "nusmv/core/utils/utils.h"#include "nusmv/core/utils/NodeList.h"Go to the source code of this file.
Defines | |
| #define | PARSER_ORD(x) ((ParserOrd_ptr) (x)) |
| #define | PARSER_ORD_CHECK_INSTANCE(x) (nusmv_assert(PARSER_ORD(x) != PARSER_ORD(NULL))) |
Typedefs | |
| typedef struct ParserOrd_TAG * | ParserOrd_ptr |
| #define PARSER_ORD | ( | x | ) | ((ParserOrd_ptr) (x)) |
| #define PARSER_ORD_CHECK_INSTANCE | ( | x | ) | (nusmv_assert(PARSER_ORD(x) != PARSER_ORD(NULL))) |
| typedef struct ParserOrd_TAG* ParserOrd_ptr |
1.6.1