41 const std::string& categoryName()
const;
42 void setCategoryName(
const std::string& str);
47 const std::string& categoryPrefix()
const;
48 void setCategoryPrefix(
const std::string& str);
51 bool trimPrefix()
const;
52 void setTrimPrefix(
bool v);
56 friend class boost::serialization::access;
61 template<
class Archive>
62 void serialize(Archive & ar,
const unsigned int version)
64 ar & BOOST_SERIALIZATION_NVP(myCategoryName);
65 ar & BOOST_SERIALIZATION_NVP(myCategoryPrefix);
66 ar & BOOST_SERIALIZATION_NVP(myTrimPrefix);