C++ Utilities
4.17.0
Useful C++ classes and routines such as argument parser, IO and conversion utilities
|
#include "./commandlineutils.h"
#include <iostream>
#include <string>
#include <sys/ioctl.h>
#include <unistd.h>
Go to the source code of this file.
Namespaces | |
ApplicationUtilities | |
Contains currently only ArgumentParser and related classes. | |
Functions | |
bool CPP_UTILITIES_EXPORT | ApplicationUtilities::confirmPrompt (const char *message, Response defaultResponse) |
Prompts for confirmation displaying the specified message. More... | |
TerminalSize CPP_UTILITIES_EXPORT | ApplicationUtilities::determineTerminalSize () |
Returns the current size of the terminal. More... | |