/************************************ * file enc : utf8 * author : wuyanyi09@gmail.com ************************************/ #ifndef LIMONP_TYPEDEFS_H #define LIMONP_TYPEDEFS_H #include #include #include #include #define HashMap std::tr1::unordered_map namespace Limonp { typedef std::vector Unicode; typedef std::vector::const_iterator UnicodeConstIterator; } #endif