#include "nusmv/core/node/node.h"
#include "nusmv/core/utils/object.h"
#include "nusmv/core/utils/utils.h"
Go to the source code of this file.
Data Structures | |
struct | NodeTransformation |
Defines | |
#define | NODE_WALKER(self) ((NodeWalker_ptr) self) |
To cast and check instances of class NodeWalker. | |
#define | NODE_WALKER_CHECK_INSTANCE(self) (nusmv_assert(NODE_WALKER(self) != NODE_WALKER(NULL))) |
Typedefs | |
typedef struct NodeWalker_TAG * | NodeWalker_ptr |
#define NODE_WALKER | ( | self | ) | ((NodeWalker_ptr) self) |
To cast and check instances of class NodeWalker.
These macros must be used respectively to cast and to check instances of class NodeWalker
#define NODE_WALKER_CHECK_INSTANCE | ( | self | ) | (nusmv_assert(NODE_WALKER(self) != NODE_WALKER(NULL))) |
typedef struct NodeWalker_TAG* NodeWalker_ptr |