Definition at line 1653 of file Fields.h.
 
◆ Bits
Aliases integral type whose bits are used to indicate flag presence. 
Definition at line 1658 of file Fields.h.
 
 
◆ ThisType
◆ anonymous enum
| Enumerator | 
|---|
| Size  | sizeof(Bits)  |  | 
Definition at line 1660 of file Fields.h.
 
 
◆ EventIndicator()
Constructs from a value. 
Definition at line 1718 of file Fields.h.
 
 
◆ bits()
- Returns
 - elements as they packed in the set. 
 
Definition at line 1710 of file Fields.h.
 
 
◆ endOfEvent() [1/2]
  
  
      
        
          | bool endOfEvent  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlinenoexcept   | 
  
 
Indicates whether EndOfEvent bit is set. 
Definition at line 1695 of file Fields.h.
 
 
◆ endOfEvent() [2/2]
Modifies EndOfEvent bit. 
Definition at line 1702 of file Fields.h.
 
 
◆ operator!=()
Compares encoded data. 
Definition at line 1727 of file Fields.h.
 
 
◆ operator==()
Compares encoded data. 
Definition at line 1737 of file Fields.h.
 
 
◆ recoveryMessage() [1/2]
  
  
      
        
          | bool recoveryMessage  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlinenoexcept   | 
  
 
Indicates whether RecoveryMessage bit is set. 
Definition at line 1679 of file Fields.h.
 
 
◆ recoveryMessage() [2/2]
  
  
      
        
          | ThisType & recoveryMessage  | 
          ( | 
          bool |           value | ) | 
           | 
         
       
   | 
  
inlinenoexcept   | 
  
 
Modifies RecoveryMessage bit. 
Definition at line 1686 of file Fields.h.