8 #ifndef INCLUDED_ORCUS_STRING_POOL_HPP
9 #define INCLUDED_ORCUS_STRING_POOL_HPP
12 #include "pstring.hpp"
40 std::pair<pstring, bool> intern(
const char* str);
51 std::pair<pstring, bool> intern(
const char* str,
size_t n);
60 std::pair<pstring, bool> intern(
const pstring& str);
81 std::unique_ptr<impl> mp_impl;