Timer Console
Loading...
Searching...
No Matches
Read Class Reference

Read class is a small abstraction offering up simple solutions to manipulating console input. More...

#include <read.h>

Public Member Functions

 Read ()
 

Static Public Member Functions

static void setCanonicalMode (const bool &on)
 setCanonicalMode method changes how the terminal will accept input
 

Detailed Description

Read class is a small abstraction offering up simple solutions to manipulating console input.

Constructor & Destructor Documentation

◆ Read()

Read::Read ( )

Member Function Documentation

◆ setCanonicalMode()

void Read::setCanonicalMode ( const bool & on)
static

setCanonicalMode method changes how the terminal will accept input

Parameters
onSets the terminal input method to accept input and immediately close prompting (true) or keep input regular (false)

The documentation for this class was generated from the following files: