![]() |
ULIS
dev4.0.7
Utility Library for Imaging Systems
|
The FLibInfo class provides a mean to access information about the library. More...
Static Public Member Functions | |
static FString | BranchNameString () |
static bool | BuiltAsSharedLibrary () |
static FString | CommitAbbreviatedHashString () |
static FString | CommitHashString () |
static FString | CompilationTimeString () |
static bool | CompiledForx64 () |
static bool | CompiledWithAVX2 () |
static bool | CompiledWithMT () |
static bool | CompiledWithSSE42 () |
static FString | CompilerInformationString () |
static FString | CompilerNameString () |
static FString | CompilerVersionString () |
static FString | ConfigurationString () |
static FString | LibraryInformationString () |
static uint64 | VersionMajor () |
static FString | VersionMajorString () |
static uint64 | VersionMinor () |
static FString | VersionMinorString () |
static uint64 | VersionPatch () |
static FString | VersionPatchString () |
static FString | VersionString () |
FLibInfo allows the user to query informations such as the version of the library, the branch or commit it was compiled from, as well as other informations such as the compiler that was used and its version.
|
static |
Retrieve the git branch from where it was compiled if available
|
static |
Retrieve wether the library was built as a shared library ( true: shared, false: static ).
|
static |
Retrieve the git commit hash from where it was compiled if available
|
static |
Retrieve the git commit hash from where it was compiled if available
|
static |
Retrieve the compilation date and time e.g: "Aug 15 2020, 15:12:04".
|
static |
Retrieve wether the library was compiled for x64 target
|
static |
Retrieve wether the library was compiled with AVX2 support
|
static |
Retrieve wether the library was built with MT.
|
static |
Retrieve wether the library was compiled with SSE42 support
|
static |
Retrieve the full information string
|
static |
Retrieve the compiler name string
|
static |
Retrieve the compiler version string
|
static |
Retrieve the built configuration ( Debug, Release, RelWithDebInfo ).
|
static |
Retrieve the full library identification string
|
static |
Retrieve the major version number.
|
static |
Retrieve the major version string.
|
static |
Retrieve the minor version number.
|
static |
Retrieve the minor version string.
|
static |
Retrieve the patch version number.
|
static |
Retrieve the patch version string.
|
static |
Retrieve the full version string "major.minor.patch".