#include <utility.h>

Protected Member Functions | |
| noncopyable () | |
| ~noncopyable () | |
Private Member Functions | |
| noncopyable (noncopyable const &) | |
| noncopyable const & | operator= (noncopyable const &) |
noncopyable : object of class derived from this class can't be copied and isn't copy-constructible
Definition at line 19 of file utility.h.
| noncopyable::noncopyable | ( | noncopyable const & | ) | [private] |
| noncopyable const& noncopyable::operator= | ( | noncopyable const & | ) | [private] |
1.6.1