mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-03 05:34:31 +00:00
Equality operator is confusing and redundant in this case. It should not be possible to have 2 CellStores for the same cell. There is no copy constructor defined so it's not possible to get a copy. It's possible to independently create second store when another one already exist but it would mean a bug. Explicitly delete CellStore copy and move constructors and assignment operators to enforce this. |
||
|---|---|---|
| .. | ||
| benchmarks | ||
| bsatool | ||
| bulletobjecttool | ||
| esmtool | ||
| essimporter | ||
| launcher | ||
| mwiniimporter | ||
| navmeshtool | ||
| niftest | ||
| opencs | ||
| opencs_tests | ||
| openmw | ||
| openmw_test_suite | ||
| wizard | ||
| doc.hpp | ||