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:
parent
5549e7c97d
commit
32d32f63cb
3 changed files with 129 additions and 839 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue