C++ API Reference
|
Class implementing debug object counting operation. More...
#include <adskDebugCount.h>
Public Member Functions | |
Count () | |
Default constructor - initializes the static object counter. | |
~Count () | |
Default destructor - does nothing. | |
Count & | operator= (size_t rhsCounter) |
Assign a computed counter object to a debug object. More... | |
Class implementing debug object counting operation.
This class converts a simple counter into a Debug request.
Count & operator= | ( | size_t | counter | ) |
Assign a computed counter object to a debug object.
The counter object is maintained by the class being debugged, the debug object is what is used for reporting debugging information. This assignment operator provides the bridge to move the information from one to the other.
[in] | counter | Computed object counting information to be assigned |