Return the map where 1 is set only in the position for this element */
| 144 | |
| 145 | /* Return the map where 1 is set only in the position for this element */ |
| 146 | table_map get_elem_map() { return (table_map) 1 << number; } |
| 147 | |
| 148 | public: |
| 149 | /* |
no outgoing calls
no test coverage detected