The Battle for Wesnoth  1.19.0-dev
Public Member Functions | Private Attributes | List of all members
help::text_topic_generator Class Reference

#include <help_impl.hpp>

Inheritance diagram for help::text_topic_generator:

Public Member Functions

 text_topic_generator (const std::string &t)
 
virtual std::string operator() () const
 
- Public Member Functions inherited from help::topic_generator
 topic_generator ()=default
 
virtual ~topic_generator ()
 

Private Attributes

std::string text_
 

Detailed Description

Definition at line 70 of file help_impl.hpp.

Constructor & Destructor Documentation

◆ text_topic_generator()

help::text_topic_generator::text_topic_generator ( const std::string &  t)
inline

Definition at line 73 of file help_impl.hpp.

Member Function Documentation

◆ operator()()

virtual std::string help::text_topic_generator::operator() ( ) const
inlinevirtual

Implements help::topic_generator.

Definition at line 74 of file help_impl.hpp.

References text_.

Member Data Documentation

◆ text_

std::string help::text_topic_generator::text_
private

Definition at line 71 of file help_impl.hpp.

Referenced by operator()().


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