Go to the source code of this file.
      
        
          | #define G4CT_COUNT | 
          ( | 
            | 
          flagName | ) | 
           | 
        
      
 
Value:static constexpr const int flagName =        \
   }
const XML_Char int const XML_Char * value
 
 
Definition at line 96 of file G4CTCounter.hh.
 
 
      
        
          | #define G4CT_COUNT_DEF | 
          ( | 
            | 
          flagName | ) | 
           | 
        
      
 
Value:static constexpr const int flagName = \
const XML_Char int const XML_Char * value
 
 
Definition at line 119 of file G4CTCounter.hh.
 
 
      
        
          | #define G4CT_COUNT_IMPL | 
          ( | 
            | 
          enumName,  | 
        
        
           | 
           | 
            | 
          flagName  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | #define G4CT_COUNT_INIT | 
          ( | 
            | 
          init_value | ) | 
           | 
        
      
 
 
      
        
          | #define G4CT_COUNT_INIT_DEF | 
          ( | 
            | 
          init_value | ) | 
           | 
        
      
 
 
      
        
          | #define G4CT_COUNT_INIT_IMPL | 
          ( | 
            | 
          enumName,  | 
        
        
           | 
           | 
            | 
          init_value  | 
        
        
           | 
          ) | 
           |  |