|
drogon
C++14/17-based HTTP application framework
|
The reflection base class template for filters. More...
#include <drogon/HttpFilter.h>


Static Public Attributes | |
| static constexpr bool | isAutoCreation {AutoCreation} |
Additional Inherited Members | |
| Public Member Functions inherited from drogon::DrObject< T > | |
| const std::string & | className () const override |
| Get the class name. | |
| bool | isClass (const std::string &class_name) const override |
| Return true if the class name is 'class_name'. | |
| Public Member Functions inherited from drogon::HttpFilterBase | |
| virtual void | doFilter (const HttpRequestPtr &req, FilterCallback &&fcb, FilterChainCallback &&fccb)=0 |
| This virtual function should be overridden in subclasses. | |
| Static Public Member Functions inherited from drogon::DrObject< T > | |
| static const std::string & | classTypeName () |
The reflection base class template for filters.
| T | The type of the implementation class |
| AutoCreation | The flag for automatically creating, user can set this flag to false for classes that have non-default constructors. |