mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-07-02 14:04:22 +00:00
Add typedefs to SetListingView<B>
This commit is contained in:
parent
e718a21e49
commit
bb1148863d
2 changed files with 6 additions and 3 deletions
|
@ -105,6 +105,9 @@ namespace mchlib {
|
|||
std::size_t m_level_offset;
|
||||
};
|
||||
|
||||
using MutableSetListingView = SetListingView<false>;
|
||||
using ConstSetListingView = SetListingView<true>;
|
||||
|
||||
class SetListing {
|
||||
public:
|
||||
typedef std::vector<FileRecordData> ListType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue