|
ldas-tools-diskcacheAPI
2.7.2
|
Storage for search specific data while scanning. More...
#include <Directory.hh>
Public Member Functions | |
| virtual | ~scan_data () |
| Destructor. More... | |
| virtual scan_data * | Clone () const =0 |
| Virtual constructor. More... | |
| const DirectoryManager & | DirManager () const |
| Retrieve the collection of directories. | |
| const std::string & | Root () const |
| Retrieve the collection of directories. | |
| virtual search_data_type | SearchData ()=0 |
| Retrieve the search data. | |
| virtual | ~scan_data () |
| Destructor. More... | |
| virtual scan_data * | Clone () const =0 |
| Virtual constructor. More... | |
| const DirectoryManager & | DirManager () const |
| Retrieve the collection of directories. | |
| const std::string & | Root () const |
| Retrieve the collection of directories. | |
| virtual search_data_type | SearchData ()=0 |
| Retrieve the search data. | |
| virtual | ~scan_data () |
| Destructor. More... | |
| virtual scan_data * | Clone () const =0 |
| Virtual constructor. More... | |
| const DirectoryManager & | DirManager () const |
| Retrieve the collection of directories. | |
| const std::string & | Root () const |
| Retrieve the collection of directories. | |
| virtual search_data_type | SearchData ()=0 |
| Retrieve the search data. | |
Storage for search specific data while scanning.
This class serves as the base for private data needed by search algorithms during the scan of a directory. Search algorithms should derive from this base and add to extend it with additional information and/or methods.
|
virtual |
Destructor.
Since this is the base, the destructor is virtual.
|
virtual |
Destructor.
Since this is the base, the destructor is virtual.
|
virtual |
Destructor.
Since this is the base, the destructor is virtual.
|
pure virtual |
Virtual constructor.
Create a new instance of the parent.
|
pure virtual |
Virtual constructor.
Create a new instance of the parent.
|
pure virtual |
Virtual constructor.
Create a new instance of the parent.
1.8.13