|
FileSystemIndexer v0.1.2-beta
File System Indexer - An API to index files from your system
|
#include <FSI_Indexer.hpp>

Public Attributes | |
| std::string | id |
| std::string | path |
| IndexerPathType | pathType |
Definition at line 41 of file FSI_Indexer.hpp.
| std::string fsi::IndexerInfo::id |
Definition at line 43 of file FSI_Indexer.hpp.
Referenced by main().
| std::string fsi::IndexerInfo::path |
Definition at line 44 of file FSI_Indexer.hpp.
Referenced by fsi::Indexer::__addExtendedInfoStandard(), fsi::Indexer::__addExtendedInfoThreaded(), fsi::Indexer::addInfo(), main(), and fsi::Indexer::searchExactMatching().
| IndexerPathType fsi::IndexerInfo::pathType |
Definition at line 47 of file FSI_Indexer.hpp.
Referenced by fsi::Indexer::__addExtendedInfoStandard(), fsi::Indexer::__addExtendedInfoThreaded(), and fsi::Indexer::addInfo().