1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-08-21 15:50:50 +00:00

Fix SetListing, but some implementation is still missing

This commit is contained in:
King_DuckZ 2016-02-12 14:44:32 +01:00
parent 5549e7c97d
commit 32d32f63cb
3 changed files with 129 additions and 839 deletions

View file

@ -57,6 +57,7 @@ namespace mchlib {
};
class SetListing {
friend class SetListingView;
public:
typedef std::vector<FileRecordData> ListType;
typedef implem::DirIterator const_iterator;
@ -81,6 +82,7 @@ namespace mchlib {
typedef SetListing::ListType::const_iterator list_iterator;
explicit SetListingView ( const const_iterator& parIter );
explicit SetListingView ( const SetListing& parListing );
~SetListingView ( void ) noexcept = default;
const_iterator begin ( void ) const;