Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: store ::

class OStoreDirectory


Base Classes
None.
Known Derived Classes
None.

virtual abstract interface template
NO NO NO NO
File
store.hxx

Public Members

Classes

traveller Directory traversal helper.

Typedefs

iterator Directory iterator type.

Methods


OStoreDirectory( void ) throw( );
Construction.

~OStoreDirectory( void ) throw( );
Destruction.

OStoreDirectory( const OStoreDirectory & rhs ) throw( );
Copy construction.
OStoreDirectory &
operator=( const OStoreDirectory & rhs ) throw( );
Assignment.
explicit
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, const rtl::OUString & rPath, const rtl::OUString & 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.

Private Members

Data

storeDirectoryHandle m_hImpl; Representation.

Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.