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

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) |
Store implementation.
Definition in file store.cc.
| #define _OWNQ 0x01 |
Definition at line 31 of file store.cc.
Referenced by simlib3::Store::OwnQueue(), and simlib3::Store::SetQueue().
| #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().
1.8.13