AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ SDS_CHECK_IDS2

#define SDS_CHECK_IDS2 (   function_)    drama::sds:IdChecker _sds_id_checker(__LINE__, __FILE__, (function_))

Check for SDS ID releases or leaks.

This marco declares an object named _sds_id_checker of type SdsIDChecker. It uses the current line number and compilation file name when constructing the object. This is the easiest way of checking for SDS leaks in a C++ function.

Parameters
function_A function/method name to be used in the message. char *.