The Battle for Wesnoth  1.19.0-dev
Public Member Functions | List of all members
help::topic_generator Class Referenceabstract

Generate a topic text on the fly. More...

#include <help_impl.hpp>

Inheritance diagram for help::topic_generator:

Public Member Functions

 topic_generator ()=default
 
virtual std::string operator() () const =0
 
virtual ~topic_generator ()
 

Detailed Description

Generate a topic text on the fly.

Definition at line 62 of file help_impl.hpp.

Constructor & Destructor Documentation

◆ topic_generator()

help::topic_generator::topic_generator ( )
default

◆ ~topic_generator()

virtual help::topic_generator::~topic_generator ( )
inlinevirtual

Definition at line 67 of file help_impl.hpp.

Member Function Documentation

◆ operator()()

virtual std::string help::topic_generator::operator() ( ) const
pure virtual

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