My Project
Classes | Variables
uuid::console Namespace Reference

Console shell. More...

Classes

class  CommandLine
 Representation of a command line, with parameters separated by spaces and an optional trailing space. More...
 
class  Commands
 Container of commands for use by a Shell. More...
 
class  Shell
 Base class for a command shell. More...
 

Variables

static constexpr bool thread_safe = false
 Thread-safe status of the library. More...
 

Detailed Description

Console shell.

Variable Documentation

◆ thread_safe

constexpr bool uuid::console::thread_safe = false
staticconstexpr

Thread-safe status of the library.

Since
1.0.0

Definition at line 76 of file console.h.