class XX {
public:
	std::pair<std::string, std::vector<XX *> > func();
};
