NuSMV/code/nusmv/core/utils/WordNumberMgr.h File Reference

#include "nusmv/core/utils/utils.h"
#include "nusmv/core/utils/WordNumber.h"
#include "nusmv/core/cinit/NuSMVEnv.h"

Go to the source code of this file.

Defines

#define WORD_NUMBER_MGR(self)   ((WordNumberMgr_ptr) self)
 To cast and check instances of class WordNumberMgr.
#define WORD_NUMBER_MGR_CHECK_INSTANCE(self)   (nusmv_assert(WORD_NUMBER_MGR(self) != WORD_NUMBER_MGR(NULL)))

Typedefs

typedef struct WordNumberMgr_TAG * WordNumberMgr_ptr

Functions

int WordNumberMgr_max_width (void)
 The functions returns the maximal width a Word constant can have. This is implemenatation-dependent limit.

Define Documentation

#define WORD_NUMBER_MGR ( self   )     ((WordNumberMgr_ptr) self)

To cast and check instances of class WordNumberMgr.

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

#define WORD_NUMBER_MGR_CHECK_INSTANCE ( self   )     (nusmv_assert(WORD_NUMBER_MGR(self) != WORD_NUMBER_MGR(NULL)))
Todo:
Missing synopsis
Todo:
Missing description

Typedef Documentation

typedef struct WordNumberMgr_TAG* WordNumberMgr_ptr

Function Documentation

int WordNumberMgr_max_width ( void   ) 

The functions returns the maximal width a Word constant can have. This is implemenatation-dependent limit.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

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