Go to the documentation of this file.   30 #ifndef COMMON_BASICTYPES_H_    31 #define COMMON_BASICTYPES_H_    35 #ifndef DISALLOW_COPY_AND_ASSIGN    36 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \    37   TypeName(const TypeName&);               \    38   void operator=(const TypeName&)    39 #endif  // DISALLOW_COPY_AND_ASSIGN    41 #endif  // COMMON_BASICTYPES_H_