17 #ifndef GZ_TRANSPORT_LOG_QUALIFIEDTIME_HH_
18 #define GZ_TRANSPORT_LOG_QUALIFIEDTIME_HH_
24 #include <gz/transport/config.hh>
25 #include <gz/transport/log/Export.hh>
27 namespace gz::transport::log
30 inline namespace GZ_TRANSPORT_VERSION_NAMESPACE {
78 Qualifier _qualifier = Qualifier::INCLUSIVE);
86 public:
template <
typename Rep,
typename Period>
88 Qualifier _qualifier = Qualifier::INCLUSIVE)
158 Qualifier _qualifier = Qualifier::INCLUSIVE);
168 private:
class Implementation;
173 #pragma warning(push)
174 #pragma warning(disable: 4251)
178 private:
std::unique_ptr<Implementation, void (*)(Implementation*)> dataPtr;
296 private:
class Implementation;
301 #pragma warning(push)
302 #pragma warning(disable: 4251)
306 private:
std::unique_ptr<Implementation, void(*)(Implementation*)> dataPtr;