30class ORCUS_SPM_DLLPUBLIC shared_strings
33 std::unique_ptr<impl> mp_impl;
36 shared_strings() =
delete;
37 shared_strings(
const shared_strings&) =
delete;
38 shared_strings& operator=(
const shared_strings&) =
delete;
40 shared_strings(ixion::model_context& cxt);
71 void dump(std::ostream& os)
const;