| 1867 | } |
| 1868 | |
| 1869 | void Load(void *object) const override |
| 1870 | { |
| 1871 | size_t length = SlGetStructListLength(UINT32_MAX); |
| 1872 | for (; length > 0; length--) { |
| 1873 | SlObject(object, this->GetLoadDescription()); |
| 1874 | } |
| 1875 | } |
| 1876 | |
| 1877 | void LoadCheck(void *object) const override |
| 1878 | { |
no test coverage detected