This class is the representation of file system file. More...
#include <zorba/file.h>
Public Member Functions | |
void | addReference () const |
virtual void | free () |
long | getRefCount () const |
virtual bool | next (std::string &aPathStr) const =0 |
void | removeReference () |
virtual void | reset ()=0 |
Rewind the file find iterator. | |
virtual | ~DirectoryIterator () |
Protected Attributes | |
unsigned int | theRefCount |
virtual zorba::DirectoryIterator::~DirectoryIterator | ( | ) | [inline, virtual] |
void zorba::SmartObject::addReference | ( | ) | const [inline, inherited] |
Definition at line 40 of file smart_ptr.h.
virtual void zorba::SmartObject::free | ( | ) | [virtual, inherited] |
long zorba::SmartObject::getRefCount | ( | ) | const [inline, inherited] |
Definition at line 38 of file smart_ptr.h.
virtual bool zorba::DirectoryIterator::next | ( | std::string & | aPathStr | ) | const [pure virtual] |
void zorba::SmartObject::removeReference | ( | ) | [inline, inherited] |
Definition at line 42 of file smart_ptr.h.
virtual void zorba::DirectoryIterator::reset | ( | ) | [pure virtual] |
Rewind the file find iterator.
unsigned int zorba::SmartObject::theRefCount [mutable, protected, inherited] |
Definition at line 27 of file smart_ptr.h.