ChimeraTK-DeviceAccess
03.18.00
|
#include <atomic>
#include <chrono>
#include <cstdint>
#include <string>
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... | |
Namespaces | |
ChimeraTK | |
Functions | |
std::ostream & | ChimeraTK::operator<< (std::ostream &stream, const VersionNumber &version) |
Stream operator passing the human readable representation to an ostream. More... | |