nonpointeraliasing.h
Go to the documentation of this file.00001 #ifndef _SIGX_NONPOINTERALIASING_HPP_
00002 #define _SIGX_NONPOINTERALIASING_HPP_
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 #include <sigxconfig.h>
00024
00025
00026 namespace sigx
00027 {
00028
00034 class SIGX_API nonpointeraliasing
00035 {
00036 protected:
00037 nonpointeraliasing() {}
00038 ~nonpointeraliasing() {}
00039
00040
00041 private:
00042 nonpointeraliasing* operator &();
00043 nonpointeraliasing* operator &() const;
00044 nonpointeraliasing* operator &() volatile;
00045 nonpointeraliasing* operator &() const volatile;
00046 };
00047
00048
00049 }
00050
00051
00052 #endif // #ifndef _SIGX_NONPOINTERALIASING_HPP_