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

base class of html components that are static More...

#include <static_body_builder.hpp>

Inheritance diagram for static_body_builder:
Inheritance graph
[legend]

Public Member Functions

 static_body_builder (const static_body_builder &ref)=default
 
 static_body_builder (static_body_builder &&ref) noexcept=default
 
static_body_builderoperator= (const static_body_builder &ref)=default
 
static_body_builderoperator= (static_body_builder &&ref) noexcept=default
 
virtual std::string get_body_part () const =0
 

Detailed Description

base class of html components that are static

Note
the difference from dynamic html components resided in the get_body_part() method that here dot receive any argument, while for dynamic html objects (see class body_builder) the same method receive the request received from the browser

Member Function Documentation

◆ get_body_part()

virtual std::string static_body_builder::get_body_part ( ) const
pure virtual

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