LCOV - code coverage report
Current view: top level - alma/Enumtcl - CorrelationMode.h (source / functions) Hit Total Coverage
Test: casacpp_coverage.info Lines: 10 10 100.0 %
Date: 2024-10-29 13:38:20 Functions: 1 1 100.0 %

          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(_CORRELATIONMODE_H)
      16             : 
      17             : #include <alma/Enumerations/CCorrelationMode.h>
      18             : #define _CORRELATIONMODE_H
      19             : #endif 
      20             : 
      21             : #if     !defined(_CORRELATIONMODE_HH)
      22             : 
      23             : #include <alma/Enumtcl/Enum.hpp>
      24             : 
      25             : template<>
      26             :  struct enum_set_traits<CorrelationModeMod::CorrelationMode> : public enum_set_traiter<CorrelationModeMod::CorrelationMode,3,CorrelationModeMod::CROSS_AND_AUTO> {};
      27             : 
      28             : template<>
      29             : class enum_map_traits<CorrelationModeMod::CorrelationMode,void> : public enum_map_traiter<CorrelationModeMod::CorrelationMode,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           2 :   static bool   init(){
      37           2 :     EnumPar<void> ep;
      38           6 :     m_.insert(std::pair<CorrelationModeMod::CorrelationMode,EnumPar<void> >
      39           4 :      (CorrelationModeMod::CROSS_ONLY,ep((int)CorrelationModeMod::CROSS_ONLY,"CROSS_ONLY","un-documented")));
      40           6 :     m_.insert(std::pair<CorrelationModeMod::CorrelationMode,EnumPar<void> >
      41           4 :      (CorrelationModeMod::AUTO_ONLY,ep((int)CorrelationModeMod::AUTO_ONLY,"AUTO_ONLY","un-documented")));
      42           6 :     m_.insert(std::pair<CorrelationModeMod::CorrelationMode,EnumPar<void> >
      43           4 :      (CorrelationModeMod::CROSS_AND_AUTO,ep((int)CorrelationModeMod::CROSS_AND_AUTO,"CROSS_AND_AUTO","un-documented")));
      44           2 :     return true;
      45           2 :   }
      46             :   static std::map<CorrelationModeMod::CorrelationMode,EnumPar<void> > m_;
      47             : };
      48             : #define _CORRELATIONMODE_HH
      49             : #endif

Generated by: LCOV version 1.16