Singleton null-object class and instance. More...

Public Member Functions | |
| NullObject (const NullObject &)=delete | |
| Disallow default bitwise copy construction. More... | |
| void | operator= (const NullObject &)=delete |
| Disallow default bitwise assignment. More... | |
Static Public Attributes | |
| static const NullObject | nullObject |
| The unique null object. More... | |
|
delete |
Disallow default bitwise copy construction.
|
delete |
Disallow default bitwise assignment.
|
static |
The unique null object.
Definition at line 56 of file nullObject.H.