Open Lighting Architecture
0.9.0
|
Helper macros.
Go to the source code of this file.
Macros | |
#define | DISALLOW_COPY_AND_ASSIGN(TypeName) |
Creates dummy copy constructor and assignment operator declarations. |
#define DISALLOW_COPY_AND_ASSIGN | ( | TypeName | ) |
Creates dummy copy constructor and assignment operator declarations.
Use this in the private: section of a class to prevent copying / assignment.