Line data Source code
1 : /* 2 : * 3 : * ///////////////////////////////////////////////////////////////// 4 : * // WARNING! DO NOT MODIFY THIS FILE! // 5 : * // --------------------------------------------------------- // 6 : * // | This is generated code using a C++ template function! | // 7 : * // ! Do not modify this file. | // 8 : * // | Any changes will be lost when the file is re-generated. | // 9 : * // --------------------------------------------------------- // 10 : * ///////////////////////////////////////////////////////////////// 11 : * 12 : */ 13 : 14 : 15 : #if !defined(_SOURCEMODEL_H) 16 : 17 : #include <alma/Enumerations/CSourceModel.h> 18 : #define _SOURCEMODEL_H 19 : #endif 20 : 21 : #if !defined(_SOURCEMODEL_HH) 22 : 23 : #include <alma/Enumtcl/Enum.hpp> 24 : 25 : template<> 26 : struct enum_set_traits<SourceModelMod::SourceModel> : public enum_set_traiter<SourceModelMod::SourceModel,3,SourceModelMod::DISK> {}; 27 : 28 : template<> 29 : class enum_map_traits<SourceModelMod::SourceModel,void> : public enum_map_traiter<SourceModelMod::SourceModel,void> { 30 : public: 31 : static bool init_; 32 : static std::string typeName_; 33 : static std::string enumerationDesc_; 34 : static std::string order_; 35 : static std::string xsdBaseType_; 36 3 : static bool init(){ 37 3 : EnumPar<void> ep; 38 9 : m_.insert(std::pair<SourceModelMod::SourceModel,EnumPar<void> > 39 6 : (SourceModelMod::GAUSSIAN,ep((int)SourceModelMod::GAUSSIAN,"GAUSSIAN","un-documented"))); 40 9 : m_.insert(std::pair<SourceModelMod::SourceModel,EnumPar<void> > 41 6 : (SourceModelMod::POINT,ep((int)SourceModelMod::POINT,"POINT","un-documented"))); 42 9 : m_.insert(std::pair<SourceModelMod::SourceModel,EnumPar<void> > 43 6 : (SourceModelMod::DISK,ep((int)SourceModelMod::DISK,"DISK","un-documented"))); 44 3 : return true; 45 3 : } 46 : static std::map<SourceModelMod::SourceModel,EnumPar<void> > m_; 47 : }; 48 : #define _SOURCEMODEL_HH 49 : #endif