Here is a list of all documented files with brief descriptions:
[detail level 12]
| include | |
| Box.hpp | Contains declaration of class Box |
| ErrorHandler.hpp | Contains useful set of functions to print errors, warning, check existence of files, etc |
| InputParser.hpp | Contains declaration of class InputParser |
| IOTools.hpp | Contains useful set of functions to work with std::string and to convert various types in std::string |
| MathTools.hpp | Useful set of math functions |
| OutputColor.hpp | Contains aliases for colors to use in output in terminal |
| StrTools.hpp | Contains useful set of functions to work with std::string and to convert various types in std::string |
| Table.hpp | Contains declaration of class Table |
| Time.hpp | Contains useful set of functions to print current time, time duration |
| src | |
| Box.cpp | Contains realisation of class Box |
| ErrorHandler.cpp | Contains useful set of functions to print errors, warning, check existence of files, etc |
| IOTools.cpp | Contains useful set of functions to work with std::string and to convert various types in std::string |
| StrTools.cpp | Contains useful set of functions to work with std::string and to convert various types in std::string |
| Table.cpp | Contains realisation of class Table |
| Time.cpp | Contains useful set of functions to print current time, time duration |