#include <src/entry.h>
Definition at line 51 of file entry.h.
 
◆ CommandOverrides()
  
  | 
        
          | CommandOverrides::CommandOverrides | ( |  | ) |  |  | inline | 
 
 
◆ from_store_type() [1/2]
  
  | 
        
          | bool CommandOverrides::from_store_type | ( | bool | t | ) | const |  | inline | 
 
 
◆ from_store_type() [2/2]
  
  | 
        
          | CLASS_GRAPH_t CommandOverrides::from_store_type | ( | int | t | ) | const |  | inline | 
 
Definition at line 68 of file entry.h.
   68{ return static_cast<CLASS_GRAPH_t>(t); }
 
 
◆ reset()
  
  | 
        
          | void CommandOverrides::reset | ( |  | ) |  |  | inline | 
 
 
◆ to_store_type() [1/2]
  
  | 
        
          | bool CommandOverrides::to_store_type | ( | bool | t | ) | const |  | inline | 
 
 
◆ to_store_type() [2/2]
  
  | 
        
          | int CommandOverrides::to_store_type | ( | CLASS_GRAPH_t | t | ) | const |  | inline | 
 
Definition at line 66 of file entry.h.
   66{ return static_cast<int>(t);           }
 
 
The documentation for this class was generated from the following file: