![]() |
Imt.Base C++ API V4.1.1.0
|
#include <Imt.Base.Core.Platform/Platform.h>Go to the source code of this file.
Classes | |
| class | imt::base::core::util::DateTimeStamp |
| Class to access date and time information. 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== (DateTimeStamp const left, DateTimeStamp const right) noexcept |
| Equals operator overload. | |
| bool | imt::base::core::util::operator!= (DateTimeStamp const left, DateTimeStamp const right) noexcept |
| Not equals operator overload. | |
| bool | imt::base::core::util::operator> (DateTimeStamp const left, DateTimeStamp const right) noexcept |
| Greater than operator overload. | |
| bool | imt::base::core::util::operator< (DateTimeStamp const left, DateTimeStamp const right) noexcept |
| Less than operator overload. | |
| bool | imt::base::core::util::operator>= (DateTimeStamp const left, DateTimeStamp const right) noexcept |
| Greater than or equal operator overload. | |
| bool | imt::base::core::util::operator<= (DateTimeStamp const left, DateTimeStamp const right) noexcept |
| Less than or equal operator overload. | |