NuSMV/code/nusmv/core/fsm/sexp/BoolSexpFsm.h File Reference

#include "nusmv/core/fsm/sexp/SexpFsm.h"
#include "nusmv/core/utils/utils.h"

Go to the source code of this file.

Defines

#define BOOL_SEXP_FSM(self)   ((BoolSexpFsm_ptr) self)
 To cast and check instances of class BoolSexpFsm.
#define BOOL_SEXP_FSM_CHECK_INSTANCE(self)   (nusmv_assert(BOOL_SEXP_FSM(self) != BOOL_SEXP_FSM(NULL)))

Typedefs

typedef struct BoolSexpFsm_TAG * BoolSexpFsm_ptr

Define Documentation

#define BOOL_SEXP_FSM ( self   )     ((BoolSexpFsm_ptr) self)

To cast and check instances of class BoolSexpFsm.

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

#define BOOL_SEXP_FSM_CHECK_INSTANCE ( self   )     (nusmv_assert(BOOL_SEXP_FSM(self) != BOOL_SEXP_FSM(NULL)))
Todo:
Missing synopsis
Todo:
Missing description

Typedef Documentation

typedef struct BoolSexpFsm_TAG* BoolSexpFsm_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