Handles a reference.
More...
template<typename T>
class Handler< T >
Handles a reference.
The handled reference is automatically destroyed (deleted) when the instance is destroyed.
- Author
- Sparsity Technologies http://www.sparsity-technologies.com
Creates a new instance with the given reference.
- Parameters
-
h | [in] Reference to be handled. |
Destructor.
Frees the handled reference.
Gets the handled reference.
- Returns
- The handled reference.
Referenced by Value::SetVoid().
template<typename T>
const T* Handler< T >::GetHandler |
( |
| ) |
const |
|
inline |
Gets the handled reference.
- Returns
- The handled reference.
Gets if the handler is NULL.
- Returns
- TRUE if the handler is NULL, FALSE otherwise.
template<typename T>
void Handler< T >::SetHandler |
( |
T * |
h | ) |
|
|
inlineprotected |
Sets the handled reference.
- Parameters
-
h | [in] The handled reference. |
The documentation for this class was generated from the following file: