Thrill
0.1
|
Go to the source code of this file.
Namespaces | |
foxxll | |
FOXXLL library namespace | |
Functions | |
std::string | get_library_version_string () |
returns "X.Y.Z" version string of library More... | |
std::string | get_library_version_string_long () |
returns longer "X.Y.Z (feature) (version)" string of library More... | |
int | version_integer () |
return integer version number of the FOXXLL library More... | |
int | version_major () |
return X if the FOXXLL library version is X.Y.Z More... | |
int | version_minor () |
return Y if the FOXXLL library version is X.Y.Z More... | |
int | version_patch () |
return Z if the FOXXLL library version is X.Y.Z More... | |