Go to the documentation of this file.
27 #ifndef LIMAL_CALLBACK_BASE_HPP
28 #define LIMAL_CALLBACK_BASE_HPP
33 namespace LIMAL_NAMESPACE
143 template <
class Request,
class Result>
171 call(
const Request *request)
173 return callback(request);
191 callback(
const Request *request) = 0;
208 #endif // LIMAL_CALLBACK_BASE_HPP