00001 // utility.h --- 00002 // 00003 // Filename: utility.h 00004 // Description: 00005 // Author: Subhasis Ray 00006 // Maintainer: 00007 // Copyright (C) 2010 Subhasis Ray, all rights reserved. 00008 // Created: Wed Mar 23 10:25:58 2011 (+0530) 00009 // Version: 00010 // Last-Updated: Tue Jul 23 12:48:17 2013 (+0530) 00011 // By: subha 00012 // Update #: 19 00013 // URL: 00014 // Keywords: 00015 // Compatibility: 00016 // 00017 // 00018 00019 // Commentary: 00020 // 00021 // 00022 // 00023 // 00024 00025 // Change log: 00026 // 00027 // 00028 // 00029 00030 // Code: 00031 00032 #ifndef _UTILITY_H 00033 00034 00035 char shortType(std::string type); 00036 char innerType(char typecode); 00037 char shortFinfo(std::string ftype); 00038 00039 #include "strutil.h" 00040 const map<std::string, std::string>& getArgMap(); 00041 00042 #endif // !_UTILITY_H 00043 00044 00045 // 00046 // utility.h ends here