toolUtils.h
Go to the documentation of this file.
1 
4 #pragma once
5 
12 namespace dpyTool {
13 
18  void waitingAnimation(volatile bool &working_variable);
19 
27  bool commonArgsValid(const char * version, int argc, char *argv[]);
28 
29 } /* namespace dpyTool */
Tool utility methods.
void waitingAnimation(volatile bool &working_variable)
Print Console animation characters.
bool commonArgsValid(const char *version, int argc, char *argv[])
Check if arguments match with common ones.