(incubating) | The Free and Open Productivity Suite
 Overview   Namespace   Class   Index   Help 
PUBLIC MEMBERS:  CLASSESSTRUCTSUNIONSENUMSTYPEDEFSMETHODSSTATIC METHODSDATASTATIC DATA
PRIVATE MEMBERS:  CLASSESSTRUCTSUNIONSENUMSTYPEDEFSMETHODSSTATIC METHODSDATASTATIC DATA

:: 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 & rOther ) throw( );
Copy construction.
OStoreDirectory &
operator=( const OStoreDirectory & rOther ) throw( );
Assignment.

OStoreDirectory( storeDirectoryHandle Handle ) throw( );
Construction from Directory Handle.

operator storeDirectoryHandle( void ) const throw( );
Conversion into Directory Handle.
sal_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 OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.