NuSMV/code/nusmv/core/node/normalizers/MasterNormalizer.h File Reference

#include "nusmv/core/node/node.h"
#include "nusmv/core/node/MasterNodeWalker.h"
#include "nusmv/core/utils/utils.h"

Go to the source code of this file.

Defines

#define MASTER_NORMALIZER(self)   ((MasterNormalizer_ptr) self)
 To cast and check instances of class MasterNormalizer.
#define MASTER_NORMALIZER_ASSERT_IS_NODE_NORMALIZED(self, node)   (nusmv_assert(node == MasterNormalizer_normalize_node(self, node)))
#define MASTER_NORMALIZER_ASSERT_IS_NODE_NOT_NORMALIZED(self, node)   (nusmv_assert(Nil == node || node != MasterNormalizer_normalize_node(self, node)))
#define MASTER_NORMALIZER_CHECK_INSTANCE(self)   (nusmv_assert(MASTER_NORMALIZER(self) != MASTER_NORMALIZER(NULL)))

Typedefs

typedef struct
MasterNormalizer_TAG * 
MasterNormalizer_ptr

Define Documentation

#define MASTER_NORMALIZER ( self   )     ((MasterNormalizer_ptr) self)

To cast and check instances of class MasterNormalizer.

These macros must be used respectively to cast and to check instances of class MasterNormalizer

#define MASTER_NORMALIZER_ASSERT_IS_NODE_NORMALIZED ( self,
node   )     (nusmv_assert(node == MasterNormalizer_normalize_node(self, node)))
Todo:
Missing synopsis
Todo:
Missing description
#define MASTER_NORMALIZER_ASSERT_IS_NODE_NOT_NORMALIZED ( self,
node   )     (nusmv_assert(Nil == node || node != MasterNormalizer_normalize_node(self, node)))
Todo:
Missing synopsis
Todo:
Missing description
#define MASTER_NORMALIZER_CHECK_INSTANCE ( self   )     (nusmv_assert(MASTER_NORMALIZER(self) != MASTER_NORMALIZER(NULL)))
Todo:
Missing synopsis
Todo:
Missing description

Typedef Documentation

typedef struct MasterNormalizer_TAG* MasterNormalizer_ptr
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on 14 Oct 2015 for NuSMV Developers Manual by  doxygen 1.6.1