NullObject Class Reference

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

Collaboration diagram for NullObject:

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...
 

Detailed Description

Singleton null-object class and instance.

Source files

Definition at line 47 of file nullObject.H.

Constructor & Destructor Documentation

◆ NullObject()

NullObject ( const NullObject )
delete

Disallow default bitwise copy construction.

Member Function Documentation

◆ operator=()

void operator= ( const NullObject )
delete

Disallow default bitwise assignment.

Member Data Documentation

◆ nullObject

const Foam::NullObject nullObject
static

The unique null object.

Definition at line 56 of file nullObject.H.


The documentation for this class was generated from the following files: