wex v24.04.0
Public Member Functions | List of all members
wex::tool_info Class Reference

This class defines our tool info. More...

#include <wex/common/tool.h>

Public Member Functions

 tool_info (const std::string &info=std::string(), const std::string &text=std::string(), const std::string &helptext=std::string())
 Default constructor.
 
const auto & help_text () const
 Returns the helptext.
 
const auto & info () const
 Returns the info.
 
const auto & text () const
 Returns the text.
 

Detailed Description

This class defines our tool info.

It is stored in the tool info map available from the wex::tool class.