HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Data Fields
tt::version Struct Reference

Data Fields

int major
 Incremented on backward incompatible change.
 
int minor
 Incremented on additive change.
 
int patch
 Incremented on bug fixes.
 
std::string name
 Name of the application or library.
 
std::string git_branch
 Name of the git branch.
 
std::string git_commit
 The git sha.
 
int git_commits_since_version_tag
 The number of commits since the version tag.
 
bool git_local_changes
 There are local changes.
 

Field Documentation

◆ git_branch

std::string tt::version::git_branch

Name of the git branch.

◆ git_commit

std::string tt::version::git_commit

The git sha.

◆ git_commits_since_version_tag

int tt::version::git_commits_since_version_tag

The number of commits since the version tag.

◆ git_local_changes

bool tt::version::git_local_changes

There are local changes.

◆ major

int tt::version::major

Incremented on backward incompatible change.

◆ minor

int tt::version::minor

Incremented on additive change.

◆ name

std::string tt::version::name

Name of the application or library.

◆ patch

int tt::version::patch

Incremented on bug fixes.


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