object for storing a single example command usage
More...
#include "app.h"
object for storing a single example command usage
Definition at line 95 of file app.h.
◆ Example()
MR::App::Example::Example |
( |
const std::string & |
title, |
|
|
const std::string & |
code, |
|
|
const std::string & |
description |
|
) |
| |
|
inline |
Definition at line 97 of file app.h.
◆ operator std::string()
MR::App::Example::operator std::string |
( |
| ) |
const |
◆ syntax()
std::string MR::App::Example::syntax |
( |
int |
format | ) |
const |
◆ code
const std::string MR::App::Example::code |
◆ description
const std::string MR::App::Example::description |
◆ title
const std::string MR::App::Example::title |
The documentation for this class was generated from the following file: