Inviwo  0.9.10.1
Inviwo documentation
inviwo::util::BuildInfo Struct Reference

Provides information on build time and date as well as git hashes. More...

#include <buildinfo.h>

Public Member Functions

std::string getDate () const
 

Public Attributes

int year = 0
 
int month = 0
 
int day = 0
 
int hour = 0
 
int minute = 0
 
int second = 0
 
std::vector< std::pair< std::string, std::string > > githashes
 
std::string configuration = "Unknown"
 
std::string generator = "Unknown"
 
std::string compiler = "Unknown"
 
std::string compilerVersion = "Unknown"
 

Detailed Description

Provides information on build time and date as well as git hashes.


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