
Go to the source code of this file.
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Macros | |
| #define | TypeNameNoDebug(TypeNameString) |
| Declare a ClassNameNoDebug() with extra virtual type info. More... | |
| #define | TypeName(TypeNameString) |
| Declare a ClassName() with extra virtual type info. More... | |
Functions | |
| template<class To , class From > | |
| To & | dynamicCast (From &r) |
| Reference type cast template function,. More... | |
| template<class To , class From > | |
| To & | refCast (From &r) |
| Reference type cast template function. More... | |
| template<class TestType , class Type > | |
| bool | isType (const Type &t) |
| Check the typeid. More... | |
| template<class TestType , class Type > | |
| bool | isA (const Type &t) |
| Check if a dynamic_cast to typeid is possible. More... | |
Original source file typeInfo.H
Definition in file typeInfo.H.
| #define TypeNameNoDebug | ( | TypeNameString | ) |
Declare a ClassNameNoDebug() with extra virtual type info.
Definition at line 65 of file typeInfo.H.
| #define TypeName | ( | TypeNameString | ) |
Declare a ClassName() with extra virtual type info.
Definition at line 70 of file typeInfo.H.
1.8.11