#ifndef __CINFOMAP_H__ #define __CINFOMAP_H__ #include #include // this maps 4-char cinfo strings to typenames typedef std::map CinfoTypeMap; extern CinfoTypeMap cinfomap; #endif