![]() |
LicenseSpring C++ SDK
Easily add Software Licensing to your application
|
#include <LicenseSpring/C-interface/InstallationFile.h>
Public Attributes | |
const char *(* | getVersion )(struct LSInstallationFile *self) |
const char *(* | getUrl )(struct LSInstallationFile *self) |
const char *(* | getMd5Hash )(struct LSInstallationFile *self) |
const char *(* | getReleaseDate )(struct LSInstallationFile *self) |
const char *(* | getRequiredVersion )(struct LSInstallationFile *self) |
const char *(* | getEnvironment )(struct LSInstallationFile *self) |
const char *(* | getEulaLink )(struct LSInstallationFile *self) |
const char *(* | getReleaseNotesLink )(struct LSInstallationFile *self) |
const char *(* | getChannel )(struct LSInstallationFile *self) |
unsigned long long(* | getSize )(struct LSInstallationFile *self) |
void * | inner |
Definition at line 11 of file InstallationFile.h.
const char *(* LSInstallationFile::getVersion) (struct LSInstallationFile *self) |
Definition at line 13 of file InstallationFile.h.
const char *(* LSInstallationFile::getUrl) (struct LSInstallationFile *self) |
Definition at line 15 of file InstallationFile.h.
const char *(* LSInstallationFile::getMd5Hash) (struct LSInstallationFile *self) |
Definition at line 17 of file InstallationFile.h.
const char *(* LSInstallationFile::getReleaseDate) (struct LSInstallationFile *self) |
Definition at line 19 of file InstallationFile.h.
const char *(* LSInstallationFile::getRequiredVersion) (struct LSInstallationFile *self) |
Definition at line 21 of file InstallationFile.h.
const char *(* LSInstallationFile::getEnvironment) (struct LSInstallationFile *self) |
Definition at line 23 of file InstallationFile.h.
const char *(* LSInstallationFile::getEulaLink) (struct LSInstallationFile *self) |
Definition at line 25 of file InstallationFile.h.
const char *(* LSInstallationFile::getReleaseNotesLink) (struct LSInstallationFile *self) |
Definition at line 27 of file InstallationFile.h.
const char *(* LSInstallationFile::getChannel) (struct LSInstallationFile *self) |
Definition at line 29 of file InstallationFile.h.
unsigned long long(* LSInstallationFile::getSize) (struct LSInstallationFile *self) |
Definition at line 31 of file InstallationFile.h.
void* LSInstallationFile::inner |
Definition at line 33 of file InstallationFile.h.