PFUNC
1.0
|
#include <pfunc/no_copy.hpp>
Public Member Functions | |
no_copy () | |
Private Member Functions | |
no_copy (const no_copy &other) | |
void | operator= (const no_copy &other) |
no_copy Ensure that all descendants of this class cannot be copied (constructor+assignment)
pfunc::detail::no_copy::no_copy | ( | const no_copy & | other | ) | [private] |
Copy Constructor
[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
void pfunc::detail::no_copy::operator= | ( | const no_copy & | other | ) | [private] |
operator=
[in] | other | The object from which to copy construct |