14 #ifndef AB_STRINGLIST_HPP
15 #define AB_STRINGLIST_HPP
17 #include <gwenhywfar/stringlist.h>
41 StringList(
const std::vector<std::string>& other);
45 bool empty()
const {
return size() == 0; }
51 GWEN_StringList_AppendString(m_ptr, s.c_str(),
false,
false);
55 GWEN_StringList_InsertString(m_ptr, s.c_str(),
false,
false);
57 std::vector<std::string> toVector()
const;
63 #endif // AB_STRINGLIST_HPP