Skip to content

Wrappers for monitoring constructor/destructor behaviour, as well as tracking object-instances "of the same value" (due to copy construction, copy-assignment) via reference counting

License

Notifications You must be signed in to change notification settings

ajneu/basewrapper_ctor_dtor_monitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

basewrapper_ctor_dtor_monitoring

Nice wrappers for monitoring constructor/destructor behaviour, as well as tracking object-instances "of the same value" (due to copy construction, copy-assignment) via reference countring.

Memory for e.g. ref counters is either automatically allocated on the heap (if constructor passed nullptr) or can be passed in from the outside (as non-nullptr that typically points to the stack).

About

Wrappers for monitoring constructor/destructor behaviour, as well as tracking object-instances "of the same value" (due to copy construction, copy-assignment) via reference counting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published