|
SIMLIB/C++ 3.09
|
Store implementation. More...

Go to the source code of this file.
Namespaces | |
| namespace | 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) |
Store implementation.
Definition in file store.cc.
| #define CHECKQUEUE | ( | qptr | ) | do { if (!qptr) SIMLIB_error(QueueRefError); }while(0) |