nexuslua
|
#include "nexuslua_export.h"
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | nexuslua |
The nexuslua library is implemented inside this namespace. | |
namespace | nexuslua::description |
Functions | |
NEXUSLUA_EXPORT std::string | nexuslua::description::GetOrganizationName () |
returns "acrion" | |
NEXUSLUA_EXPORT std::string | nexuslua::description::GetProductName () |
returns "nexuslua" | |
NEXUSLUA_EXPORT std::string | nexuslua::description::GetEmail () |
returns email of current maintainer of nexuslua | |
NEXUSLUA_EXPORT std::string | nexuslua::description::GetCopyright () |
returns nexuslua copyright | |
NEXUSLUA_EXPORT std::string | nexuslua::description::GetVersion () |
returns the nexuslua version as set in the CMakeLists.txt | |
NEXUSLUA_EXPORT std::string | nexuslua::description::GetLicenseURL () |
returns the URL of the nexuslua license | |
NEXUSLUA_EXPORT std::string | nexuslua::description::GetLuaVersion () |
returns std::string(LUA_VERSION_MAJOR) + "." + LUA_VERSION_RELEASE + "." + LUA_VERSION_MINOR | |
NEXUSLUA_EXPORT std::string | nexuslua::description::GetLuaLicenseURL () |
returns the URL of the lua license | |
NEXUSLUA_EXPORT std::string | nexuslua::description::GetBoostVersion () |
returns BOOST_LIB_VERSION, with _ characters replaced by . | |
NEXUSLUA_EXPORT std::string | nexuslua::description::GetBoostLicenseURL () |
returns the URL of the boost license | |
NEXUSLUA_EXPORT std::string | nexuslua::description::GetOpenSSLVersion () |
returns OpenSSL_version(OPENSSL_VERSION) | |
NEXUSLUA_EXPORT std::string | nexuslua::description::GetOpenSSLLicenseURL () |
returns the URL of the OpenSSL license | |
NEXUSLUA_EXPORT std::string | nexuslua::description::GetLibZipVersion () |
returns LIBZIP_VERSION | |
NEXUSLUA_EXPORT std::string | nexuslua::description::GetLibZipLicenseURL () |
returns the URL of the LibZip license | |
NEXUSLUA_EXPORT std::string | nexuslua::description::GetTomlplusplusVersion () |
returns the tomlplusplus version string | |
NEXUSLUA_EXPORT std::string | nexuslua::description::GetTomlplusplusLicenseURL () |
returns the URL of the tomlplusplus license | |
NEXUSLUA_EXPORT std::string | nexuslua::description::GetVersionsAndLicenses () |
return a list of all used |