|
Autopysta
|
Header file containing miscellaneous utility functions and classes. More...
#include <string>#include <sstream>#include <ctime>#include <vector>Go to the source code of this file.
Classes | |
| class | test |
| A utility class that provides common testing functions. More... | |
Functions | |
| std::string | version () |
| Get the software version information. | |
Header file containing miscellaneous utility functions and classes.
This file contains the definition of various utility functions and classes that serve as helpers for common operations such as version information, range checking, and vector length validation. The functionality provided in this file is meant to supplement other parts of the system with general-purpose utilities.
| std::string version | ( | ) |
Get the software version information.
This function returns a string that contains the current version of the software, along with the build date, time, and the system platform (Linux or Windows). It also includes the version of Python being used in the environment.