Create an empty GenericClusterImpl object. */
| 694 | void CreateChunkData(GraphIndex idx, LinearizationIndex chunk_count) noexcept; |
| 695 | /** Create an empty GenericClusterImpl object. */ |
| 696 | std::unique_ptr<GenericClusterImpl> CreateEmptyGenericCluster() noexcept |
| 697 | { |
| 698 | return std::make_unique<GenericClusterImpl>(m_next_sequence_counter++); |
| 699 | } |
| 700 | /** Create an empty SingletonClusterImpl object. */ |
| 701 | std::unique_ptr<SingletonClusterImpl> CreateEmptySingletonCluster() noexcept |
| 702 | { |