|
IDA C++ SDK 9.2
|
Resource janitor to facilitate use of the RAII idiom. More...
#include <pro.h>
Public Member Functions | |
| janitor_t (T &r) | |
| Constructor. | |
| ~janitor_t () | |
| We provide no implementation for this function, you should provide specialized implementation yourself. | |
Protected Attributes | |
| T & | resource |
Resource janitor to facilitate use of the RAII idiom.
|
inline |
Constructor.
We provide no implementation for this function, you should provide specialized implementation yourself.
|
protected |