Classes | |
| struct | DeleteLast |
Public Types | |
| enum class | Direction |
Static Public Member Functions | |
| static void | init () |
| static DeleteLast | deleteLast (size_t n) |
| static std::ostream & | reset (std::ostream &os) |
| static std::ostream & | bold (std::ostream &os) |
| static std::ostream & | red (std::ostream &os) |
| static std::ostream & | green (std::ostream &os) |
| static std::ostream & | yellow (std::ostream &os) |
| static std::ostream & | black (std::ostream &os) |
| static std::ostream & | onRed (std::ostream &os) |
| static std::ostream & | onGreen (std::ostream &os) |
| static std::ostream & | onYellow (std::ostream &os) |
| static std::ostream & | onCyan (std::ostream &os) |
| static std::ostream & | onWhite (std::ostream &os) |
| static std::ostream & | out () |
| template<typename T> | |
| static T | getInput (const T &defaultValue={}) |
| template<typename... Args> | |
| static void | info (const Args &... args) |
| template<typename... Args> | |
| static void | error (const Args &... args) |
| template<typename... Args> | |
| static void | warning (const Args &... args) |
| template<typename... Args> | |
| static void | trace (const Args &... args) |
| template<typename... Args> | |
| static void | out (const Args &... args) |
| static void | printProgress (size_t cur, size_t total) |
| static std::string | toStr (Direction direction) |
| static void | traceMsg (const std::string &sessionId, SbeMessage message, Direction direction) |
| template<typename ItemType> | |
| static void | outItems (const ItemType &items) |
| template<typename ItemType> | |
| static void | outList (const ItemType &list) |
| static std::chrono::milliseconds | sinceLstUpdate () |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const DeleteLast &m) |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Definition at line 155 of file CUI.h.
|
inlinestatic |
Definition at line 136 of file CUI.h.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Definition at line 182 of file CUI.h.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Definition at line 211 of file CUI.h.
|
inlinestatic |
|
inlinestatic |
|
friend |