![]() |
![]() |
![]() |
![]() |
||||
![]() |
![]() |
![]() |
![]() |
||||
|
#include <recls/cpp/search.hpp>
Inheritance diagram for Search:
Construction | |
Search (ctor_args_type args) | |
Creates a search for the items identified by pattern in the directory rootDir , according to the given flags . | |
virtual | ~Search ()=0 |
Closes the search and releases resources. | |
Public Member Functions | |
Operations | |
recls_rc_t | GetNext () |
Advances the search to the next position. | |
Attributes | |
recls_bool_t | HasMoreElements () const |
Returns non-zero if there is more data available. | |
FileEntry | GetCurrentEntry () const |
Returns the current entry. | |
recls_rc_t | GetLastError () const |
Returns the last error status code for this search object. | |
recls_uint32_t | GetNumOutstandingDetails () const |
Returns the number of outstanding file-entry blocks associated with this search object. |
Search | ( | ctor_args_type | args | ) | [inline, protected] |
Creates a search for the items identified by pattern
in the directory rootDir
, according to the given flags
.
args | The arguments pair, containing the recls search handle and the error code associated with that handle |
~Search | ( | ) | [inline, pure virtual] |
Closes the search and releases resources.
recls_rc_t GetNext | ( | ) | [inline] |
recls_bool_t HasMoreElements | ( | ) | const [inline] |
Returns non-zero if there is more data available.
FileEntry GetCurrentEntry | ( | ) | const [inline] |
Returns the current entry.
HasMoreElements()
returns zero recls_rc_t GetLastError | ( | ) | const [inline] |
Returns the last error status code for this search object.
recls_uint32_t GetNumOutstandingDetails | ( | ) | const [inline] |
Returns the number of outstanding file-entry blocks associated with this search object.
|
recls Library documentation © Synesis Software Pty Ltd, 2001-2006 |