carl  24.04
Computer ARithmetic Library
carl::CompileInfo Struct Reference

Compile time generated structure holding information about compiler and system version. More...

#include <CompileInfo.h>

Collaboration diagram for carl::CompileInfo:

Static Public Attributes

static const std::string SystemName = "Linux"
 
static const std::string SystemVersion = "6.1.0-0.deb11.11-amd64"
 
static const std::string BuildType = "DEBUG"
 
static const std::string CXXCompiler = "/usr/bin/clang++-14"
 
static const std::string CXXCompilerVersion = "14.0.0"
 
static const std::string GitRevisionSHA1 = ""
 

Detailed Description

Compile time generated structure holding information about compiler and system version.

Definition at line 15 of file CompileInfo.h.

Field Documentation

◆ BuildType

const std::string carl::CompileInfo::BuildType = "DEBUG"
static

Definition at line 18 of file CompileInfo.h.

◆ CXXCompiler

const std::string carl::CompileInfo::CXXCompiler = "/usr/bin/clang++-14"
static

Definition at line 19 of file CompileInfo.h.

◆ CXXCompilerVersion

const std::string carl::CompileInfo::CXXCompilerVersion = "14.0.0"
static

Definition at line 20 of file CompileInfo.h.

◆ GitRevisionSHA1

const std::string carl::CompileInfo::GitRevisionSHA1 = ""
static

Definition at line 21 of file CompileInfo.h.

◆ SystemName

const std::string carl::CompileInfo::SystemName = "Linux"
static

Definition at line 16 of file CompileInfo.h.

◆ SystemVersion

const std::string carl::CompileInfo::SystemVersion = "6.1.0-0.deb11.11-amd64"
static

Definition at line 17 of file CompileInfo.h.


The documentation for this struct was generated from the following files: