RadosAttributes class
          #include <eckit/io/rados/RadosAttributes.h>
        
        
Public functions
- 
              template<class T>void set(const std::string& name, T value) 
- 
              void set(const std::string& name, const Length& value) 
- 
              void set(const std::string& name, const Offset& value) 
- 
              template<class T>auto get(const std::string& name, T& value) const -> bool 
- 
              auto get(const std::string& name, Length& value) -> bool 
- 
              auto get(const std::string& name, Offset& value) -> bool 
- 
              auto attrs() const -> const std::map<std:: string, std:: string>& 
Friends
- 
              auto operator<<(std::ostream& s, const RadosAttributes& o) -> std:: ostream&