Basic Application Information.
More...
#include <cafApplication.h>
|
enum | AppCapability : unsigned int { SERVER,
CLIENT
} |
| Application capability Defines what type of application it is. These flags can be combined. I.e. a Console Server or GUI client.
|
|
|
static nlohmann::json | jsonSchema () |
|
Basic Application Information.
◆ hasCapability()
bool caffa::AppInfo::hasCapability |
( |
AppCapability |
typeToCheck | ) |
const |
|
inline |
Check if the application has the specified capability.
- Parameters
-
- Returns
- true
-
false
◆ version_string()
std::string caffa::AppInfo::version_string |
( |
| ) |
const |
|
inline |
Construct a full X.Y.Z version string with major, minor and patch version.
- Returns
- std::string
The documentation for this struct was generated from the following files: