AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
Public Member Functions | List of all members
drama::sds::IdChecker Class Reference

Detailed Description

A class to check for SDS leaks.

Create one of these objects in your code 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 constructor was run.

The easiest way to use this via the SDS_CHECK_IDS2 macro.

#include "sds.hh"

Public Member Functions

 IdChecker (int line, const char *file, const char *function)
 Construct an SdsChecker object.
 
virtual ~IdChecker ()
 SdsCheck destructor.
 

The documentation for this class was generated from the following file: