Webdar 1.0.0
Web user interface to libdar
Public Member Functions | List of all members
static_object_text Class Reference

static_object to return plain text as an answer More...

#include <static_object.hpp>

Inheritance diagram for static_object_text:
Inheritance graph
[legend]
Collaboration diagram for static_object_text:
Collaboration graph
[legend]

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_textoperator= (const static_object_text &ref)=default
 
static_object_textoperator= (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_objectoperator= (const static_object &ref)=default
 
static_objectoperator= (static_object &&ref) noexcept=default
 
virtual answer give_answer () const =0
 

Detailed Description

static_object to return plain text as an answer

Member Function Documentation

◆ give_answer()

answer static_object_text::give_answer ( ) const
overridevirtual

inherited from static_object

Implements static_object.


The documentation for this class was generated from the following files: