9 #ifndef FAIR_MQ_SDK_DDSENVIRONMENT_H
10 #define FAIR_MQ_SDK_DDSENVIRONMENT_H
12 #include <boost/filesystem.hpp>
16 namespace fair::mq::sdk
26 using Path = boost::filesystem::path;
31 auto GetLocation() const -> Path;
32 auto GetConfigHome() const -> Path;
34 friend auto operator<<(std::ostream& os,
DDSEnvironment env) -> std::ostream&;
37 std::shared_ptr<
Impl> fImpl;