![]() |
Webdar 1.0.0
Web user interface to libdar
|
common ancestor to all static object, this makes easier to add new object type in the future More...
#include <static_object.hpp>
Public Member Functions | |
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 |
common ancestor to all static object, this makes easier to add new object type in the future
|
pure virtual |
Implemented in static_object_text, and static_object_jpeg.