Some ASCII art decorators.
More...
#include <GammaASCII.hpp>
|
static std::string | GammaUp () |
| returns ASCII gamma greek letter and arrow up More...
|
|
static std::string | GammaDown () |
| returns ASCII gamma greek letter and arrow down More...
|
|
static std::string | Gamma (int deg) |
| selects gamma of a given degree deg More...
|
|
|
static const std::string | gamma {"γ"} |
| gamma greek letter More...
|
|
static const std::string | up {"↑"} |
| ASCII arrow up. More...
|
|
static const std::string | down {"↓"} |
| ASCII arrow down. More...
|
|
Some ASCII art decorators.
◆ Gamma()
static std::string GammaASCII::Gamma |
( |
int |
deg | ) |
|
|
inlinestatic |
selects gamma of a given degree deg
- Parameters
-
- Returns
- std::string
◆ GammaDown()
static std::string GammaASCII::GammaDown |
( |
| ) |
|
|
inlinestatic |
returns ASCII gamma greek letter and arrow down
- Returns
- std::string
◆ GammaUp()
static std::string GammaASCII::GammaUp |
( |
| ) |
|
|
inlinestatic |
returns ASCII gamma greek letter and arrow up
- Returns
- std::string
◆ down
const std::string GammaASCII::down {"↓"} |
|
staticprivate |
◆ gamma
const std::string GammaASCII::gamma {"γ"} |
|
staticprivate |
◆ up
const std::string GammaASCII::up {"↑"} |
|
staticprivate |
The documentation for this class was generated from the following file: