#include "nusmv/core/node/node.h"
#include "nusmv/core/utils/object.h"
#include "nusmv/core/utils/utils.h"
Go to the source code of this file.
Defines | |
#define | PRINTER_BASE(self) ((PrinterBase_ptr) self) |
To cast and check instances of class PrinterBase. | |
#define | PRINTER_BASE_CHECK_INSTANCE(self) (nusmv_assert(PRINTER_BASE(self) != PRINTER_BASE(NULL))) |
Typedefs | |
typedef struct PrinterBase_TAG * | PrinterBase_ptr |
#define PRINTER_BASE | ( | self | ) | ((PrinterBase_ptr) self) |
To cast and check instances of class PrinterBase.
These macros must be used respectively to cast and to check instances of class PrinterBase
#define PRINTER_BASE_CHECK_INSTANCE | ( | self | ) | (nusmv_assert(PRINTER_BASE(self) != PRINTER_BASE(NULL))) |
typedef struct PrinterBase_TAG* PrinterBase_ptr |