#include <store.hxx>
Classes | |
| class | traveller |
| Directory traversal helper. More... | |
Public Types | |
| typedef storeFindData | iterator |
| Directory iterator type. | |
Public Member Functions | |
| OStoreDirectory (void) throw () | |
| Construction. | |
| ~OStoreDirectory (void) throw () | |
| Destruction. | |
| OStoreDirectory (OStoreDirectory const &rhs) throw () | |
| Copy construction. | |
| OStoreDirectory & | operator= (OStoreDirectory const &rhs) throw () |
| Assignment. | |
| OStoreDirectory (storeDirectoryHandle Handle) throw () | |
| Construction from Directory Handle. | |
| operator storeDirectoryHandle (void) const throw () | |
| Conversion into Directory Handle. | |
| bool | isValid (void) const throw () |
| Check for a valid Directory Handle. | |
| storeError | create (storeFileHandle hFile, rtl::OUString const &rPath, rtl::OUString const &rName, storeAccessMode eMode) throw () |
| Open the directory. | |
| void | close (void) throw () |
| Close the directory. | |
| storeError | first (iterator &it) throw () |
| Find first directory entry. | |
| storeError | next (iterator &it) throw () |
| Find next directory entry. | |
| storeError | travel (traveller &rTraveller) const |
| Directory traversal. | |
| store::OStoreDirectory::OStoreDirectory | ( | void | ) | throw () [inline] |
Construction.
| store::OStoreDirectory::~OStoreDirectory | ( | void | ) | throw () [inline] |
Destruction.
| store::OStoreDirectory::OStoreDirectory | ( | OStoreDirectory const & | rhs | ) | throw () [inline] |
Copy construction.
| store::OStoreDirectory::OStoreDirectory | ( | storeDirectoryHandle | Handle | ) | throw () [inline, explicit] |
Construction from Directory Handle.
| void store::OStoreDirectory::close | ( | void | ) | throw () [inline] |
Close the directory.
| storeError store::OStoreDirectory::create | ( | storeFileHandle | hFile, | |
| rtl::OUString const & | rPath, | |||
| rtl::OUString const & | rName, | |||
| storeAccessMode | eMode | |||
| ) | throw () [inline] |
Open the directory.
| storeError store::OStoreDirectory::first | ( | iterator & | it | ) | throw () [inline] |
Find first directory entry.
| bool store::OStoreDirectory::isValid | ( | void | ) | const throw () [inline] |
Check for a valid Directory Handle.
| storeError store::OStoreDirectory::next | ( | iterator & | it | ) | throw () [inline] |
Find next directory entry.
| store::OStoreDirectory::operator storeDirectoryHandle | ( | void | ) | const throw () [inline] |
Conversion into Directory Handle.
| OStoreDirectory& store::OStoreDirectory::operator= | ( | OStoreDirectory const & | rhs | ) | throw () [inline] |
Assignment.
| storeError store::OStoreDirectory::travel | ( | traveller & | rTraveller | ) | const [inline] |
Directory traversal.
| rTraveller | [in] the traversal callback. |
1.6.1