OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
BESRequestHandler.h File Reference
#include <map>
#include <string>
#include "BESObj.h"
#include "BESDataHandlerInterface.h"
Include dependency graph for BESRequestHandler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BESRequestHandler
 Represents a specific data type request handler. More...
 

Macros

#define BES_REQUEST_HANDLER_CATCH_ALL   "catch_all"
 

Typedefs

typedef bool(* p_request_handler) (BESDataHandlerInterface &)
 

Macro Definition Documentation

◆ BES_REQUEST_HANDLER_CATCH_ALL

#define BES_REQUEST_HANDLER_CATCH_ALL   "catch_all"

Definition at line 46 of file BESRequestHandler.h.

Referenced by BESRequestHandlerList::execute_current().

Typedef Documentation

◆ p_request_handler

typedef bool(* p_request_handler) (BESDataHandlerInterface &)

Definition at line 45 of file BESRequestHandler.h.