/* * * ///////////////////////////////////////////////////////////////// * // WARNING! DO NOT MODIFY THIS FILE! // * // --------------------------------------------------------- // * // | This is generated code using a C++ template function! | // * // ! Do not modify this file. | // * // | Any changes will be lost when the file is re-generated. | // * // --------------------------------------------------------- // * ///////////////////////////////////////////////////////////////// * */ #if !defined(_DATASCALE_H) #include #define _DATASCALE_H #endif #if !defined(_DATASCALE_HH) #include template<> struct enum_set_traits : public enum_set_traiter {}; template<> class enum_map_traits : public enum_map_traiter { public: static bool init_; static std::string typeName_; static std::string enumerationDesc_; static std::string order_; static std::string xsdBaseType_; static bool init(){ EnumPar ep; m_.insert(std::pair > (DataScaleMod::K,ep((int)DataScaleMod::K,"K","un-documented"))); m_.insert(std::pair > (DataScaleMod::JY,ep((int)DataScaleMod::JY,"JY","un-documented"))); m_.insert(std::pair > (DataScaleMod::CORRELATION,ep((int)DataScaleMod::CORRELATION,"CORRELATION","un-documented"))); m_.insert(std::pair > (DataScaleMod::CORRELATION_COEFFICIENT,ep((int)DataScaleMod::CORRELATION_COEFFICIENT,"CORRELATION_COEFFICIENT","un-documented"))); return true; } static std::map > m_; }; #define _DATASCALE_HH #endif