Pointer wrapper to ensure type-safety in the retrieve function, while removing the need for a template in the rest of the code.
More...
#include <retrieve_checker.hpp>
Detailed Description
Pointer wrapper to ensure type-safety in the retrieve function, while removing the need for a template in the rest of the code.
Definition at line 80 of file retrieve_checker.hpp.
Constructor & Destructor Documentation
virtual retrieve_wrapper::~retrieve_wrapper |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
virtual void retrieve_wrapper::check_and_get_type |
( |
const std::type_info & |
type, |
|
|
void * |
inval |
|
) |
| |
|
pure virtual |
virtual void retrieve_wrapper::check_and_get_type |
( |
item * |
inval | ) |
|
|
pure virtual |
virtual void* retrieve_wrapper::get_ptr |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: