C++ Utilities  5.10.5
Useful C++ classes and routines such as argument parser, IO and conversion utilities
Namespaces | Functions
commandlineutils.cpp File Reference
#include "./commandlineutils.h"
#include "./argumentparserprivate.h"
#include <iostream>
#include <string>
#include <sys/ioctl.h>
#include <unistd.h>
Include dependency graph for commandlineutils.cpp:

Go to the source code of this file.

Namespaces

 CppUtilities
 Contains all utilities provides by the c++utilities library.
 

Functions

CPP_UTILITIES_EXPORT bool CppUtilities::confirmPrompt (const char *message, Response defaultResponse)
 Prompts for confirmation displaying the specified message. More...
 
CPP_UTILITIES_EXPORT TerminalSize CppUtilities::determineTerminalSize ()
 Returns the current size of the terminal. More...