|
trikRuntime
|
Helper class that provides something to construct and destruct and a means to verify its destruction. More...
Classes | |
| class | Destructable |
| Class that can report that it was destroyed. More... | |
Public Member Functions | |
| ~TestHelper () | |
| void | reportDestroyed () |
| Notifies helper that Destructable was indeed destroyed. More... | |
| bool | isDestroyed () const |
| Returns current Destructable status. More... | |
| Destructable * | destructable () const |
| Returns pointer to destructable itself. More... | |
Helper class that provides something to construct and destruct and a means to verify its destruction.
|
inline |
|
inline |
Returns pointer to destructable itself.
|
inline |
Returns current Destructable status.
|
inline |
Notifies helper that Destructable was indeed destroyed.