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 | Friends | 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:
Inheritance graph

Public Member Functions

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

Private Attributes

unsigned count
 

Friends

class topic_text
 

Detailed Description

Generate a topic text on the fly.

Definition at line 62 of file help_impl.hpp.

Constructor & Destructor Documentation

help::topic_generator::topic_generator ( )
inline

Definition at line 67 of file help_impl.hpp.

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

Definition at line 69 of file help_impl.hpp.

Member Function Documentation

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

Friends And Related Function Documentation

friend class topic_text
friend

Definition at line 65 of file help_impl.hpp.

Member Data Documentation

unsigned help::topic_generator::count
private

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