NuSMV/code/nusmv/core/utils/Pair.h File Reference
#include "nusmv/core/utils/utils.h"
Go to the source code of this file.
Define Documentation
To cast and check instances of class Pair.
These macros must be used respectively to cast and to check instances of class Pair
#define PAIR_CHECK_INSTANCE |
( |
self |
|
) |
(nusmv_assert(PAIR(self) != PAIR(NULL))) |
Typedef Documentation
Function Documentation
Pair comparison function.
Pair comparison function. Returns if the two Pair instances are the equal. No distinction between frozen / unfrozen instances is made. Can be casted to ST_PFICPCP.
Casts to char* are added to prevent "warning: pointer of
type ‘void *’ used in subtraction".