| 466 | const slot_type *slot(int i) const { return GetField<&leaf_fields::values>() + i; } |
| 467 | void set_position(field_type v) { GetField<&base_fields::position>() = v; } |
| 468 | void set_count(field_type v) { GetField<&base_fields::count>() = v; } |
| 469 | // This method is only called by the node init methods. |
| 470 | void set_max_count(field_type v) { GetField<&base_fields::max_count>() = v; } |
| 471 |
no outgoing calls
no test coverage detected