This is "unit of issue":
Public Methods
-
DirectoryEntry(const DirectoryEntry& x)
-
~DirectoryEntry()
-
DirectoryEntry& operator=(const DirectoryEntry& x)
-
bool operator==(const DirectoryEntry& x) const
-
bool operator!=(const DirectoryEntry& x) const
-
bool next()
- position object at the enrty regular; return true, if the entry matched is found, and false otherwise
-
bool find(const char* name)
- position object at the entry specified by name return true, if the entry matched is found, and false otherwise
-
void close()
- close directory stream
-
const char* name() const
- return the name of file in this directory entry, related to this directory
-
bool is_directory() const
- return true if current name is directory
-
bool is_hidden() const
- return true if current directory entry is hidden
-
int fsize() const
- return size of current file
Documentation
This is "unit of issue":
DirectoryEntry(const DirectoryEntry& x)
~DirectoryEntry()
DirectoryEntry& operator=(const DirectoryEntry& x)
bool operator==(const DirectoryEntry& x) const
bool operator!=(const DirectoryEntry& x) const
bool next()
-
position object at the enrty regular;
return true, if the entry matched is found,
and false otherwise
bool find(const char* name)
-
position object at the entry specified by name
return true, if the entry matched is found,
and false otherwise
void close()
-
close directory stream
const char* name() const
-
return the name of file in this directory entry,
related to this directory
bool is_directory() const
-
return true if current name is directory
bool is_hidden() const
-
return true if current directory entry is hidden
int fsize() const
-
return size of current file
- This class has no child classes.
- Friends:
- class DirectoryIterator
class DirectoryContainer
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.