19 #ifndef SBUILD_PERSONALITY_H
20 #define SBUILD_PERSONALITY_H
22 #include <sbuild/custom-error.h>
44 typedef unsigned long type;
78 const std::string&
get_name ()
const;
119 template <
class charT,
class traits>
121 std::basic_istream<charT,traits>&
125 std::string personality_name;
127 if (std::getline(stream, personality_name))
142 template <
class charT,
class traits>
144 std::basic_ostream<charT,traits>&
145 operator << (std::basic_ostream<charT,traits>& stream,
170 static std::string
const&