Initialize the components:
| 59 | |
| 60 | // Initialize the components: |
| 61 | void Components::init() { |
| 62 | |
| 63 | // Allocate memory for the components data |
| 64 | allocate(INIT_NB_ALLOCATED_COMPONENTS); |
| 65 | } |
| 66 | |
| 67 | // Compute the index where we need to insert the new component |
| 68 | uint32 Components::prepareAddComponent(bool isDisabled) { |
nothing calls this directly
no outgoing calls
no test coverage detected