|
drogon
C++14/17-based HTTP application framework
|
#include <drogon/exports.h>#include <trantor/utils/Logger.h>#include <functional>#include <memory>#include <mutex>#include <thread>#include <unordered_map>#include <vector>#include <type_traits>#include <cstdlib>#include <cxxabi.h>#include <stdio.h>

Go to the source code of this file.
Classes | |
| class | drogon::DrClassMap |
| A map class which can create DrObjects from names. More... | |
Namespaces | |
| namespace | drogon |
| Drogon Test is a minimal effort test framework developed because the major C++ test frameworks doesn't handle async programs well. Drogon Test's syntax is inspired by both Google Test and Catch2. | |
Typedefs | |
| using | drogon::DrAllocFunc = std::function<DrObjectBase *()> |
| using | drogon::DrSharedAllocFunc = std::function<std::shared_ptr<DrObjectBase>()> |
Copyright 2018, An Tao. All rights reserved. https://github.com/an-tao/drogon Use of this source code is governed by a MIT license that can be found in the License file.
Drogon