| 
| 
  | EERef (const int index) | 
|   | 
| 
uint8_t  | operator* () const | 
|   | 
| 
void  | createInitialFile () const | 
|   | 
| 
  | operator uint8_t () const | 
|   | 
| 
EERef &  | operator= (const EERef &ref) | 
|   | 
| 
EERef &  | operator= (uint8_t in) | 
|   | 
| 
EERef &  | operator+= (uint8_t in) | 
|   | 
| 
EERef &  | operator-= (uint8_t in) | 
|   | 
| 
EERef &  | operator*= (uint8_t in) | 
|   | 
| 
EERef &  | operator/= (uint8_t in) | 
|   | 
| 
EERef &  | operator^= (uint8_t in) | 
|   | 
| 
EERef &  | operator%= (uint8_t in) | 
|   | 
| 
EERef &  | operator&= (uint8_t in) | 
|   | 
| 
EERef &  | operator|= (uint8_t in) | 
|   | 
| 
EERef &  | operator<<= (uint8_t in) | 
|   | 
| 
EERef &  | operator>>= (uint8_t in) | 
|   | 
| 
EERef &  | update (uint8_t in) | 
|   | 
| EERef &  | operator++ () | 
|   | 
| 
EERef &  | operator-- () | 
|   | 
| uint8_t  | operator++ (int) | 
|   | 
| 
uint8_t  | operator-- (int) | 
|   | 
◆ operator++() [1/2]
  
  
      
        
          | EERef & EERef::operator++  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Prefix increment/decrement 
 
 
◆ operator++() [2/2]
  
  
      
        
          | uint8_t EERef::operator++  | 
          ( | 
          int  | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Postfix increment/decrement 
 
 
The documentation for this struct was generated from the following file: