#include "nusmv/core/trace/Trace.h"
Go to the source code of this file.
Defines | |
#define | TRACE_LOADER(x) ((TraceLoader_ptr) x) |
#define | TRACE_LOADER_CHECK_INSTANCE(x) (nusmv_assert(TRACE_LOADER(x) != TRACE_LOADER(NULL))) |
Typedefs | |
typedef struct TraceLoader_TAG * | TraceLoader_ptr |
#define TRACE_LOADER | ( | x | ) | ((TraceLoader_ptr) x) |
#define TRACE_LOADER_CHECK_INSTANCE | ( | x | ) | (nusmv_assert(TRACE_LOADER(x) != TRACE_LOADER(NULL))) |
typedef struct TraceLoader_TAG* TraceLoader_ptr |