#include <pfunc/no_copy.hpp>
List of all members.
Detailed Description
no_copy Ensure that all descendants of this class cannot be copied (constructor+assignment)
Constructor & Destructor Documentation
pfunc::detail::no_copy::no_copy |
( |
const no_copy & |
other | ) |
[private] |
Copy Constructor
- Parameters:
-
[in] | other | The object from which to copy construct |
pfunc::detail::no_copy::no_copy |
( |
| ) |
[inline] |
Constructor This is the only means of constructing this object
Member Function Documentation
void pfunc::detail::no_copy::operator= |
( |
const no_copy & |
other | ) |
[private] |
operator=
- Parameters:
-
[in] | other | The object from which to copy construct |
The documentation for this struct was generated from the following file: