SIMLIB/C++  3.07
Namespaces | Macros
store.cc File Reference

Store implementation. More...

#include "simlib.h"
#include "internal.h"
#include <cstdio>
Include dependency graph for store.cc:

Go to the source code of this file.

Namespaces

 simlib3
 Implementation of class CalendarList
interface is static - using global functions in SQS namespace.
 

Macros

#define _OWNQ   0x01
 
#define CHECKQUEUE(qptr)   do { if (!qptr) SIMLIB_error(QueueRefError); }while(0)
 

Detailed Description

Store implementation.

Definition in file store.cc.

Macro Definition Documentation

◆ _OWNQ

#define _OWNQ   0x01

Definition at line 31 of file store.cc.

Referenced by simlib3::Store::OwnQueue(), and simlib3::Store::SetQueue().

◆ CHECKQUEUE

#define CHECKQUEUE (   qptr)    do { if (!qptr) SIMLIB_error(QueueRefError); }while(0)

Definition at line 33 of file store.cc.

Referenced by simlib3::Store::SetQueue(), and simlib3::Store::Store().