7 #include "fwTools/StringKeyTypeMapping.hpp" 22 return key==
"unsigned char";
27 return key==
"unsigned short";
32 return key==
"unsigned int";
37 return key==
"unsigned long";
44 return key==
"signed char";
49 return key==
"signed short";
54 return key==
"signed int";
60 return key==
"signed long";
78 bool isMapping<std::string>(
const std::string &key)
80 return key==
"std::string";