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

common ancestor to all static object, this makes easier to add new object type in the future More...

#include <static_object.hpp>

Inheritance diagram for static_object:
Inheritance graph
[legend]

Public Member Functions

 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

common ancestor to all static object, this makes easier to add new object type in the future

Member Function Documentation

◆ give_answer()

virtual answer static_object::give_answer ( ) const
pure virtual

Implemented in static_object_text, and static_object_jpeg.


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