![]() |
Webdar 1.0.0
Web user interface to libdar
|
static_object to return plain text as an answer More...
#include <static_object.hpp>


Public Member Functions | |
| static_object_text (const char *text) | |
| static_object_text (const static_object_text &ref)=default | |
| static_object_text (static_object_text &&ref) noexcept=default | |
| static_object_text & | operator= (const static_object_text &ref)=default |
| static_object_text & | operator= (static_object_text &&ref) noexcept=default |
| virtual answer | give_answer () const override |
| inherited from static_object More... | |
Public Member Functions inherited from static_object | |
| static_object (const static_object &ref)=default | |
| static_object (static_object &&ref) noexcept=default | |
| static_object & | operator= (const static_object &ref)=default |
| static_object & | operator= (static_object &&ref) noexcept=default |
| virtual answer | give_answer () const =0 |
static_object to return plain text as an answer
|
overridevirtual |
inherited from static_object
Implements static_object.