cutelyst 4.9.0
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
Cutelyst::Plugin Class Reference

Base class for Cutelyst Plugins. More...

#include <Cutelyst/Plugin>

Inheritance diagram for Cutelyst::Plugin:

Public Member Functions

 Plugin (Application *parent)
virtual bool setup (Application *app)

Detailed Description

Base class for Cutelyst Plugins.

Definition at line 24 of file plugin.h.

Constructor & Destructor Documentation

◆ Plugin()

Member Function Documentation

◆ setup()

bool Plugin::setup ( Application * app)
virtual