Virtual abstract base class for templated ReactingCloud. More...

Public Member Functions | |
| TypeName ("reactingCloud") | |
| Runtime type information. More... | |
| reactingCloud () | |
| Null constructor. More... | |
| reactingCloud (const reactingCloud &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~reactingCloud () |
| Destructor. More... | |
| void | operator= (const reactingCloud &)=delete |
| Disallow default bitwise assignment. More... | |
Virtual abstract base class for templated ReactingCloud.
Definition at line 48 of file reactingCloud.H.
| reactingCloud | ( | ) |
Null constructor.
Definition at line 38 of file reactingCloud.C.
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 44 of file reactingCloud.C.
| TypeName | ( | "reactingCloud" | ) |
Runtime type information.
|
delete |
Disallow default bitwise assignment.