NuSMV/code/nusmv/core/prop/PropDb.h File Reference
#include "nusmv/core/prop/Prop.h"
#include "nusmv/core/utils/object.h"
#include "nusmv/core/utils/utils.h"
#include "nusmv/core/utils/list.h"
#include "nusmv/core/utils/ErrorMgr.h"
Go to the source code of this file.
Define Documentation
To cast and check instances of class PropDb.
These macros must be used respectively to cast and to check instances of class PropDb
#define PROP_DB_CHECK_INSTANCE |
( |
self |
|
) |
(nusmv_assert(PROP_DB(self) != PROP_DB(NULL))) |
#define PROP_DB_FOREACH |
( |
self, |
|
|
i |
|
) |
for (i = 0; i < PropDb_get_size(self); ++i) |
Typedef Documentation
Function Documentation
Wrapper for PropDb_verify_all_type, PropDb_ordered_verify_all_type.
Call the correct PropDb_..._verify_all_type depending on opt_use_coi_size_sorting.