The base class of some generics which type required to be detected in runtime.
More...
#include <GenericBase.hpp>
The base class of some generics which type required to be detected in runtime.
◆ ~GenericBase()
virtual CppMate::GenericBase::~GenericBase |
( |
| ) |
|
|
virtualdefault |
◆ GenericBase()
CppMate::GenericBase::GenericBase |
( |
| ) |
|
|
protecteddefault |
◆ isInstance()
template<typename T >
bool CppMate::GenericBase::isInstance |
( |
| ) |
const |
|
inline |
Checks that the instance of the specified type.
- Returns
true
if attribute is instance of specified type; false
otherwise.
The documentation for this class was generated from the following file: