MADNESS 0.10.1
|
Go to the source code of this file.
Classes | |
class | madness::detail::DeferredCleanup |
Deferred cleanup of shared_ptr's. More... | |
Namespaces | |
namespace | madness |
Namespace for all elements and tools of MADNESS. | |
namespace | madness::detail |
Functions | |
template<typename objT > | |
void | madness::detail::deferred_cleanup (World &world, const std::shared_ptr< objT > &p, bool assume_p_is_unique) |
Defer the cleanup of a shared pointer to the end of the next fence. | |