19 #ifndef SBUILD_CHROOT_FACET_USERDATA_H
20 #define SBUILD_CHROOT_FACET_USERDATA_H
22 #include <sbuild/chroot/facet/facet.h>
23 #include <sbuild/custom-error.h>
24 #include <sbuild/types.h>
56 typedef std::shared_ptr<userdata>
ptr;
80 virtual std::string
const&
101 get_value (
const std::string& key,
105 const string_map::const_iterator found_item = this->
data.find(key);
106 if (found_item != this->
data.end())
141 std::string& value)
const;
161 const std::string& value);
172 const std::string& value);