Go to the source code of this file.
|
| | Foam |
| | Namespace for OpenFOAM.
|
| |
|
| template<class T > |
| const T & | NullObjectRef () |
| | Return const reference to the nullObject of type T. More...
|
| |
| template<class T > |
| T & | NullObjectNonConstRef () |
| | Return non-const reference to the nullObject of type T. More...
|
| |
| template<class T > |
| const T * | NullObjectConstPtr () |
| | Return const pointer to the nullObject of type T. More...
|
| |
| template<class T > |
| 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...
|
| |
| template<class T > |
| bool | isNull (T *t) |
| | Return true if t is a pointer to the nullObject of type T. More...
|
| |
| template<class T > |
| bool | notNull (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.