Fun class to print the "Imperial College London" logo one character at a time (A more interesting to show progress than printing dots)
More...
#include <uhal/logo.hpp>
|
| static const char *const | mLogoStr |
| | The raw message encoding the "Imperial College London" logo in ASCII. More...
|
| |
Fun class to print the "Imperial College London" logo one character at a time (A more interesting to show progress than printing dots)
Definition at line 11 of file logo.hpp.
◆ logo()
Constructor.
Definition at line 8 of file logo.cpp.
◆ ~logo()
Destructor.
Definition at line 10 of file logo.cpp.
◆ operator++()
| void uhal::logo::operator++ |
( |
int |
aDummy | ) |
|
Print the next character in the logo.
- Parameters
-
| aDummy | a dummy parameter to make the operator postfix |
Definition at line 15 of file logo.cpp.
References mLogoStr, and mPtr.
◆ mLogoStr
| const char *const uhal::logo::mLogoStr |
|
staticprivate |
The raw message encoding the "Imperial College London" logo in ASCII.
Definition at line 33 of file logo.hpp.
Referenced by operator++().
◆ mPtr
| const char* uhal::logo::mPtr |
|
private |
The documentation for this class was generated from the following files: