|
uvco 0.1
|
#include <internal_utils.h>
Public Member Functions | |
| LifetimeTracker (std::string name="") | |
| LifetimeTracker (LifetimeTracker &&) noexcept | |
| LifetimeTracker & | operator= (LifetimeTracker &&) noexcept |
| LifetimeTracker< T > & | operator= (const LifetimeTracker< T > &other) |
| LifetimeTracker (const LifetimeTracker< T > &other) | |
| ~LifetimeTracker () | |
Protected Attributes | |
| std::string | id_ |
A utility that can be inherited from in order to log information about object construction/destruction.
|
inlineexplicit |
|
inlinenoexcept |
|
inline |
|
inline |
|
inline |
|
inlinenoexcept |
|
protected |