The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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:
Inheritance graph

Public Member Functions

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

Private Attributes

std::string text_
 

Detailed Description

Definition at line 72 of file help_impl.hpp.

Constructor & Destructor Documentation

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

Definition at line 75 of file help_impl.hpp.

Member Function Documentation

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

Implements help::topic_generator.

Definition at line 76 of file help_impl.hpp.

References text_.

Member Data Documentation

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

Definition at line 73 of file help_impl.hpp.

Referenced by operator()().


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