![]() |
ChimeraTK-DeviceAccess 03.25.00
|
#include <atomic>#include <chrono>#include <cstdint>#include <format>#include <string>
Include dependency graph for VersionNumber.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | ChimeraTK::VersionNumber |
| Class for generating and holding version numbers without exposing a numeric representation. More... | |
| struct | std::formatter< ChimeraTK::VersionNumber, CharT > |
| Formatter for C++20 std::format etc. More... | |
Namespaces | |
| namespace | ChimeraTK |
Functions | |
| std::ostream & | ChimeraTK::operator<< (std::ostream &stream, const VersionNumber &version) |
| Stream operator passing the human readable representation to an ostream. | |