Go to the source code of this file.
|
| Foam |
| Namespace for OpenFOAM.
|
|
|
template<class T > |
const T & | NullObjectRef () |
| Return reference to the nullObject of type T. More...
|
|
template<class T > |
const T * | NullObjectPtr () |
| Return pointer to the nullObject of type T. More...
|
|
template<class T > |
T && | NullObjectMove () |
| Return reference to the nullObject of type T. More...
|
|
template<class T > |
bool | isNull (const T &t) |
| Return true if t is a reference to the nullObject of type T. More...
|
|
template<class T > |
bool | notNull (const T &t) |
| Return true if t is not a reference to the nullObject of type T. More...
|
|
template<class T > |
bool | isNull (const T *t) |
| Return true if t is a pointer to the nullObject of type T. More...
|
|
template<class T > |
bool | notNull (const T *t) |
| Return true if t is not a pointer to the nullObject of type T. More...
|
|
Original source file nullObject.H
Definition in file nullObject.H.