Libbarrett  1.2.4
include/barrett/detail/ca_macro.h
Go to the documentation of this file.
00001 
00032 #ifndef BARRETT_DETAIL_CA_MACRO_H_
00033 #define BARRETT_DETAIL_CA_MACRO_H_
00034 
00040 #define DISALLOW_COPY_AND_ASSIGN(TypeName)              \
00041                 TypeName(const TypeName&);                              \
00042                 void operator=(const TypeName&)
00043 
00044 
00045 #endif /* BARRETT_DETAIL_CA_MACRO_H_ */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Defines