5 #ifndef CUTELYST_DISPATCHTYPEPATH_H 6 #define CUTELYST_DISPATCHTYPEPATH_H 8 #include <Cutelyst/action.h> 9 #include <Cutelyst/cutelyst_export.h> 10 #include <Cutelyst/dispatchtype.h> 14 class DispatchTypePathPrivate;
40 bool registerAction(
Action *action)
override;
42 bool inUse()
override;
51 DispatchTypePathPrivate *d_ptr;
56 #endif // DispatchTypePath_H
This class represents a Cutelyst Action.
The Cutelyst namespace holds all public Cutelyst API.
Describes a path dispatch type.
Abstract class to described a dispatch type.