#include <sstream>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | autopas |
This is the main namespace of AutoPas. | |
namespace | autopas::utils |
In this namespace some helper classes and functions can be found used inside of AutoPas. | |
namespace | autopas::utils::CompileInfo |
Namespace for functions that provide information about what the code was compiled with. | |
Functions | |
std::string | autopas::utils::CompileInfo::getCompilerInfo () |
Get name and version number of a list of known compilers. | |