DRDE/AusRegEPPTK/se/KVDefs.hpp

15 lines
261 B
C++

/*
* KVDefs.hpp
*
* Created on: 06/09/2010
* Author: qiao.zhao
*/
#ifndef KVDEFS_HPP_
#define KVDEFS_HPP_
typedef std::map<std::string, std::string> KeyValueList;
typedef std::map<std::string, KeyValueList> ExtensionList;
#endif /* KVDEFS_HPP_ */