00001 00015 #include <dlrCommon/tags.h> 00016 00017 namespace dlr { 00018 00019 namespace common { 00020 00021 // definitions of externs declared in tags.h . 00022 type_tag<char> Char; 00023 type_tag<double> Double; 00024 type_tag<float> Float; 00025 type_tag<int> Int; 00026 type_tag<short> Short; 00027 type_tag<unsigned char> UnsignedChar; 00028 type_tag<unsigned short> UnsignedShort; 00029 00030 } // namespace common 00031 00032 } // namespace dlr
1.5.8