#include <RCF/BuildVersion.hpp>
#include <RCF/Export.hpp>
#include <cstdint>
Go to the source code of this file.
Functions | |
RCF_EXPORT std::uint32_t | RCF::getMaxSupportedRuntimeVersion () |
Gets the maximum RCF runtime version number this RCF build supports. More... | |
RCF_EXPORT std::uint32_t | RCF::getRuntimeVersion () |
Gets the RCF runtime version number. More... | |
RCF_EXPORT void | RCF::setRuntimeVersion (std::uint32_t version) |
Sets the RCF runtime version number. Applies to all RCF clients and servers within the current process. More... | |
RCF_EXPORT std::uint32_t | RCF::getArchiveVersion () |
Gets the RCF archive version number. More... | |
RCF_EXPORT void | RCF::setArchiveVersion (std::uint32_t version) |
Sets the RCF archive version number. Applies to all RCF clients and servers within the current process. More... | |
RCF_EXPORT std::uint32_t RCF::getMaxSupportedRuntimeVersion | ( | ) |
Gets the maximum RCF runtime version number this RCF build supports.
RCF_EXPORT std::uint32_t RCF::getRuntimeVersion | ( | ) |
Gets the RCF runtime version number.
RCF_EXPORT void RCF::setRuntimeVersion | ( | std::uint32_t | version | ) |
Sets the RCF runtime version number. Applies to all RCF clients and servers within the current process.
RCF_EXPORT std::uint32_t RCF::getArchiveVersion | ( | ) |
Gets the RCF archive version number.
RCF_EXPORT void RCF::setArchiveVersion | ( | std::uint32_t | version | ) |
Sets the RCF archive version number. Applies to all RCF clients and servers within the current process.