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

Implementation of Facility. More...

#include "simlib.h"
#include "internal.h"
Include dependency graph for facility.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 _OWNQ1   0x01
 
#define CHECKQUEUE(qptr)   if (!qptr) SIMLIB_error(QueueRefError)
 
#define CHECKENTITY(fptr)   if (!fptr) SIMLIB_error(EntityRefError)
 

Detailed Description

Implementation of Facility.

Definition in file facility.cc.

Macro Definition Documentation

◆ _OWNQ1

#define _OWNQ1   0x01

◆ CHECKENTITY

#define CHECKENTITY (   fptr)    if (!fptr) SIMLIB_error(EntityRefError)

◆ CHECKQUEUE

#define CHECKQUEUE (   qptr)    if (!qptr) SIMLIB_error(QueueRefError)

Definition at line 32 of file facility.cc.

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