casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
HolographyChannelType.h
Go to the documentation of this file.
00001 /*
00002  *
00003  * /////////////////////////////////////////////////////////////////
00004  * // WARNING!  DO NOT MODIFY THIS FILE!                          //
00005  * //  ---------------------------------------------------------  //
00006  * // | This is generated code using a C++ template function!   | //
00007  * // ! Do not modify this file.                                | //
00008  * // | Any changes will be lost when the file is re-generated. | //
00009  * //  ---------------------------------------------------------  //
00010  * /////////////////////////////////////////////////////////////////
00011  *
00012  */
00013 
00014 
00015 #if     !defined(_HOLOGRAPHYCHANNELTYPE_H)
00016 
00017 #include <CHolographyChannelType.h>
00018 #define _HOLOGRAPHYCHANNELTYPE_H
00019 #endif 
00020 
00021 #if     !defined(_HOLOGRAPHYCHANNELTYPE_HH)
00022 
00023 #include "Enum.hpp"
00024 
00025 using namespace HolographyChannelTypeMod;
00026 
00027 template<>
00028  struct enum_set_traits<HolographyChannelTypeMod::HolographyChannelType> : public enum_set_traiter<HolographyChannelTypeMod::HolographyChannelType,6,HolographyChannelTypeMod::S2> {};
00029 
00030 template<>
00031 class enum_map_traits<HolographyChannelTypeMod::HolographyChannelType,void> : public enum_map_traiter<HolographyChannelTypeMod::HolographyChannelType,void> {
00032 public:
00033   static bool   init_;
00034   static string typeName_;
00035   static string enumerationDesc_;
00036   static string order_;
00037   static string xsdBaseType_;
00038   static bool   init(){
00039     EnumPar<void> ep;
00040     m_.insert(pair<HolographyChannelTypeMod::HolographyChannelType,EnumPar<void> >
00041      (HolographyChannelTypeMod::Q2,ep((int)HolographyChannelTypeMod::Q2,"Q2","un-documented")));
00042     m_.insert(pair<HolographyChannelTypeMod::HolographyChannelType,EnumPar<void> >
00043      (HolographyChannelTypeMod::QR,ep((int)HolographyChannelTypeMod::QR,"QR","un-documented")));
00044     m_.insert(pair<HolographyChannelTypeMod::HolographyChannelType,EnumPar<void> >
00045      (HolographyChannelTypeMod::QS,ep((int)HolographyChannelTypeMod::QS,"QS","un-documented")));
00046     m_.insert(pair<HolographyChannelTypeMod::HolographyChannelType,EnumPar<void> >
00047      (HolographyChannelTypeMod::R2,ep((int)HolographyChannelTypeMod::R2,"R2","un-documented")));
00048     m_.insert(pair<HolographyChannelTypeMod::HolographyChannelType,EnumPar<void> >
00049      (HolographyChannelTypeMod::RS,ep((int)HolographyChannelTypeMod::RS,"RS","un-documented")));
00050     m_.insert(pair<HolographyChannelTypeMod::HolographyChannelType,EnumPar<void> >
00051      (HolographyChannelTypeMod::S2,ep((int)HolographyChannelTypeMod::S2,"S2","un-documented")));
00052     return true;
00053   }
00054   static map<HolographyChannelTypeMod::HolographyChannelType,EnumPar<void> > m_;
00055 };
00056 #define _HOLOGRAPHYCHANNELTYPE_HH
00057 #endif