Generate a topic text on the fly. More...
#include <help_impl.hpp>
Public Member Functions | |
topic_generator () | |
virtual std::string | operator() () const =0 |
virtual | ~topic_generator () |
Private Attributes | |
unsigned | count |
Friends | |
class | topic_text |
Generate a topic text on the fly.
Definition at line 62 of file help_impl.hpp.
|
inline |
Definition at line 67 of file help_impl.hpp.
|
inlinevirtual |
Definition at line 69 of file help_impl.hpp.
|
pure virtual |
Implemented in help::text_topic_generator, help::unit_topic_generator, and help::terrain_topic_generator.
|
friend |
Definition at line 65 of file help_impl.hpp.
|
private |
Definition at line 64 of file help_impl.hpp.
Referenced by help::topic_text::operator=(), help::topic_text::parsed_text(), help::topic_text::topic_text(), and help::topic_text::~topic_text().