#include <map>
#include <string>
#include "BESObj.h"
#include "BESDataHandlerInterface.h"
Go to the source code of this file.
Classes | |
class | BESRequestHandler |
Represents a specific data type request handler. More... | |
Defines | |
#define | BES_REQUEST_HANDLER_CATCH_ALL "catch_all" |
#define | I_BESRequestHandler_h 1 |
Typedefs | |
typedef bool(* | p_request_handler )(BESDataHandlerInterface &) |
#define BES_REQUEST_HANDLER_CATCH_ALL "catch_all" |
Definition at line 46 of file BESRequestHandler.h.
Referenced by BESRequestHandlerList::execute_current().
#define I_BESRequestHandler_h 1 |
Definition at line 34 of file BESRequestHandler.h.
typedef bool(* p_request_handler)(BESDataHandlerInterface &) |
Definition at line 45 of file BESRequestHandler.h.