![]() |
Home | Libraries | People | FAQ | More |
namespace boost { namespace property_tree { typedef string_path< std::string, id_translator< std::string > > path; typedef basic_ptree< std::string, std::string > ptree; typedef unspecified iptree; typedef string_path< std::wstring, id_translator< std::wstring > > wpath; typedef basic_ptree< std::wstring, std::wstring > wptree; typedef unspecified wiptree; template<typename K, typename D, typename C> void swap(basic_ptree< K, D, C > &, basic_ptree< K, D, C > &); } }