1 #ifndef CSM_WOLRD_SUBCOLLECTION_H
2 #define CSM_WOLRD_SUBCOLLECTION_H
14 template<
typename T,
typename AT>
18 template<
typename ESXRecordT,
typename IdAccessorT = IdAccessor<ESXRecordT> >
19 class SubCellCollection :
public NestedIdCollection<ESXRecordT, IdAccessorT>
30 template<
typename ESXRecordT,
typename IdAccessorT>
35 record.load (reader, isDeleted, mCells);
38 template<
typename ESXRecordT,
typename IdAccessorT>
Single type collection of top level records.
Definition: idcollection.hpp:12
Definition: esmreader.hpp:21
virtual void loadRecord(ESXRecordT &record, ESM::ESMReader &reader, bool &isDeleted)
Definition: subcellcollection.hpp:31
const IdCollection< Cell > & mCells
Definition: subcellcollection.hpp:21
SubCellCollection(const IdCollection< Cell > &cells)
Definition: subcellcollection.hpp:39