#include <Bentley/Bentley.h>
#include <memory>
#include <inttypes.h>
Go to the source code of this file.
Namespaces | |
Bentley | |
The Bentley namespace contains types defined by the Bentley Library. | |
Bentley::Http | |
Macros | |
#define | BEHTTP_EXPORT IMPORT_ATTRIBUTE |
#define | BENTLEY_HTTP_NAMESPACE_NAME Http |
#define | BEGIN_BENTLEY_HTTP_NAMESPACE BEGIN_BENTLEY_NAMESPACE namespace BENTLEY_HTTP_NAMESPACE_NAME { |
#define | END_BENTLEY_HTTP_NAMESPACE END_BENTLEY_NAMESPACE } |
#define | USING_NAMESPACE_BENTLEY_HTTP using namespace Bentley::BENTLEY_HTTP_NAMESPACE_NAME; |
#define | LOGGER_NAMESPACE_BENTLEY_HTTP "Bentley.Http" |
Typedefs | |
typedef Request * | RequestP |
typedef Request & | RequestR |
typedef Request const * | RequestCP |
typedef Request const & | RequestCR |
typedef Response * | ResponseP |
typedef Response & | ResponseR |
typedef Response const * | ResponseCP |
typedef Response const & | ResponseCR |
typedef HttpError * | HttpErrorP |
typedef HttpError & | HttpErrorR |
typedef HttpError const * | HttpErrorCP |
typedef HttpError const & | HttpErrorCR |
#define BEGIN_BENTLEY_HTTP_NAMESPACE BEGIN_BENTLEY_NAMESPACE namespace BENTLEY_HTTP_NAMESPACE_NAME { |
#define BEHTTP_EXPORT IMPORT_ATTRIBUTE |
#define BENTLEY_HTTP_NAMESPACE_NAME Http |
#define END_BENTLEY_HTTP_NAMESPACE END_BENTLEY_NAMESPACE } |
#define LOGGER_NAMESPACE_BENTLEY_HTTP "Bentley.Http" |
#define USING_NAMESPACE_BENTLEY_HTTP using namespace Bentley::BENTLEY_HTTP_NAMESPACE_NAME; |