#include <object_stream_ordering.h>
Public Attributes | |
| bool | changed = false |
| std::vector< size_t > | old_to_new_index |
| std::vector< size_t > | changed_old_indices |
| std::vector< size_t > | selected_indices |
Definition at line 18 of file object_stream_ordering.h.
| bool yaze::zelda3::ObjectStorageMutationResult::changed = false |
Definition at line 19 of file object_stream_ordering.h.
Referenced by yaze::zelda3::ReassignObjectStorage().
| std::vector<size_t> yaze::zelda3::ObjectStorageMutationResult::old_to_new_index |
Definition at line 20 of file object_stream_ordering.h.
Referenced by yaze::zelda3::ReassignObjectStorage().
| std::vector<size_t> yaze::zelda3::ObjectStorageMutationResult::changed_old_indices |
Definition at line 21 of file object_stream_ordering.h.
Referenced by yaze::zelda3::ReassignObjectStorage().
| std::vector<size_t> yaze::zelda3::ObjectStorageMutationResult::selected_indices |
Definition at line 22 of file object_stream_ordering.h.
Referenced by yaze::zelda3::ReassignObjectStorage().