31 #ifndef DATATOOLS_URN_H 32 #define DATATOOLS_URN_H 70 urn(
const std::vector<std::string> & segments_);
85 void set_segments(
const std::vector<std::string> & segments_);
108 friend std::ostream &
operator<<(std::ostream &,
const urn &);
112 std::vector<std::string> _segments_;
121 #endif // DATATOOLS_URN_H
#define DATATOOLS_SERIALIZATION_DECLARATION_ADVANCED(ClassName)
Definition: i_serializable.h:371