nx_storage_sdk
1.0
Storage SDK
|
File information iterator abstraction. More...
#include <third_party_storage.h>
Public Member Functions | |
virtual FileInfo *STORAGE_METHOD_CALL | next (int *ecode) const =0 |
![]() | |
virtual void * | queryInterface (const nxpl::NX_GUID &interfaceID)=0 |
Cast to type, specified by interfaceID. More... | |
virtual int | addRef () const =0 |
Increment reference counter. More... | |
virtual int | releaseRef () const =0 |
Decrement reference counter. More... | |
File information iterator abstraction.
|
pure virtual |
ecode | Pointer to error code. Pass NULL if you are not interested in error information. |
Implemented in nx_spl::FtpFileInfoIterator, and TestFileInfoIterator.