#include <sds.h>
Create one of these objects in your and when the destructor is run, it will write a message to stderr if your code has allocated or released a net number of SDS ID's since the contructor was run.
The easiest way to use this via the SDS_CHECK_IDS macro.
Public Methods | |
| SdsIDChecker (int line, const char *file, const char *function) | |
| Construct an SdsChecker object. | |
| virtual | ~SdsIDChecker () |
| SdsCheck destructor. | |
|
||||||||||||||||
|
Construct an SdsChecker object. When constructed, this object will run SdsCheckInit() and save the results. When the destructor is run, it will run SdsCheck() and write a mesage to stderr if there was a net change in SDS id's which are allocated since the
|
|
|
SdsCheck destructor. Will invoke SdsCheck() and output a message to stderr if the net number of SDS ID's outstarnding have changed since the constructor was run. |
Click here for the DRAMA home page and here for the AAO home page.
For more information, contact tjf@aaoepp.aao.gov.au Generated on Tue Nov 3 09:09:56 2009 for AAO DRAMA C++ Interfaces by
1.2.18