|
HoverRace
2.0
|
API documentation for a Lua method. More...
#include <Method.h>
Inheritance diagram for HoverRace::Script::Help::Method:Public Types | |
| using | examples_t = std::vector< std::string > |
| using | sigs_t = std::vector< std::string > |
Public Member Functions | |
| Method (const std::string &name) | |
| Constructor. More... | |
| virtual | ~Method () |
| const std::string & | GetBrief () const |
| const std::string & | GetDesc () const |
| const std::string & | GetName () const |
| const sigs_t & | GetSigs () const |
| virtual void | Load (Util::yaml::MapNode *node) |
Protected Member Functions | |
| sigs_t & | GetSigs () |
| void | SetBrief (const std::string &s) |
| void | SetDesc (const std::string &s) |
Private Member Functions | |
| Method ()=delete | |
Private Attributes | |
| std::string | brief |
| std::string | desc |
| examples_t | examples |
| std::string | name |
| sigs_t | sigs |
API documentation for a Lua method.
| using HoverRace::Script::Help::Method::examples_t = std::vector<std::string> |
| using HoverRace::Script::Help::Method::sigs_t = std::vector<std::string> |
|
privatedelete |
| HoverRace::Script::Help::Method::Method | ( | const std::string & | name | ) |
Constructor.
| name | The name of the method. |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
inlineprotected |
|
inline |
|
virtual |
Reimplemented in HoverRace::Script::Help::Event.
|
protected |
|
protected |
|
private |
|
private |
|
private |
|
private |
|
private |
1.8.11