|
tess 0.4.0
Performance-first tile and path simulation substrate
|
#include <tess/ops/queued.h>
Public Attributes | |
| OpHandle | handle {} |
| OpId | id {} |
| OperationStatus | status = OperationStatus::Planned |
| OperationFailure | failure = OperationFailure::None |
| OperationAccess | access {} |
| FieldAccessDesc | field_access {} |
| ChunkKey | detail_chunk {} |
| OpHandle | conflict_handle {} |
| OpId | conflict_id {} |
| std::uint32_t | conflict_mask = 0 |
| bool | has_detail_chunk = false |
| bool | has_conflict = false |
| std::size_t | chunk_count = 0 |
| std::source_location | source = std::source_location::current() |
Records planning outcome, diagnostics, and expanded chunk count.