28 #ifndef CPP_CORE_TYPES_H
29 #define CPP_CORE_TYPES_H
37 #include <boost/shared_ptr.hpp>
41 typedef std::vector<std::pair<std::string, std::string> >
VP_string;
44 typedef std::map<std::string, std::string>
M_string;
51 #endif // CPP_CORE_TYPES_H