![]() |
Imt.Base C++ API V4.1.1.0
|
#include <Imt.Base.Core.Platform/Platform.h>
#include <Imt.Base.Core.Serialization/Deserializer.h>
#include <Imt.Base.Core.Serialization/SerializableIfc.h>
#include <Imt.Base.Core.Serialization/Serializer.h>
Go to the source code of this file.
Classes | |
class | imt::base::core::util::VersionInfo |
Provides version information in simple class. More... | |
Namespaces | |
namespace | imt |
This is a application specific file which is used to configure Imt.Base.Core.Math. | |
namespace | imt::base |
namespace | imt::base::core |
namespace | imt::base::core::util |
Functions | |
bool | imt::base::core::util::operator== (VersionInfo const &left, VersionInfo const &right) noexcept |
Provide the equality operator. | |
bool | imt::base::core::util::operator!= (VersionInfo const &left, VersionInfo const &right) noexcept |
Provide the inequality operator. | |
bool | imt::base::core::util::operator<= (VersionInfo const &left, VersionInfo const &right) noexcept |
Provide the <= operator. | |
bool | imt::base::core::util::operator>= (VersionInfo const &left, VersionInfo const &right) noexcept |
Provide the >= operator. | |
bool | imt::base::core::util::operator> (VersionInfo const &left, VersionInfo const &right) noexcept |
Provide the > operator. | |
bool | imt::base::core::util::operator< (VersionInfo const &left, VersionInfo const &right) noexcept |
Provide the < operator. | |