Gromacs
2018.8
|
#include <memory>
Declares common utility classes and macros.
This header contains helpers used to implement classes in the library. It is installed, because the helpers are used in installed headers, but typically users of the library should not need to be aware of these helpers.
Classes | |
class | gmx::PrivateImplPointer< Impl > |
Helper class to manage a pointer to a private implementation class. More... | |
Macros | |
#define | GMX_DISALLOW_COPY_AND_ASSIGN(ClassName) |
Macro to declare a class non-copyable and non-assignable. More... | |
#define | GMX_DISALLOW_ASSIGN(ClassName) ClassName &operator=(const ClassName &) = delete |
Macro to declare a class non-assignable. More... | |
#define | GMX_DEFAULT_CONSTRUCTORS(ClassName) |
Macro to declare default constructors. More... | |