Phasor  01.00.10.059
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
noncopyable.h
Go to the documentation of this file.
1 #pragma once
2 
4 {
5  noncopyable(const noncopyable& other);
6  noncopyable& operator= (const noncopyable& rhs);
7 public:
9 };