class GradSoft::DirectoryEntry

This is "unit of issue":

Public Methods

[more] DirectoryEntry(const DirectoryEntry& x)
[more] ~DirectoryEntry()
[more]DirectoryEntry& operator=(const DirectoryEntry& x)
[more]bool operator==(const DirectoryEntry& x) const
[more]bool operator!=(const DirectoryEntry& x) const
[more]bool next()
position object at the enrty regular; return true, if the entry matched is found, and false otherwise
[more]bool find(const char* name)
position object at the entry specified by name return true, if the entry matched is found, and false otherwise
[more]void close()
close directory stream
[more]const char* name() const
return the name of file in this directory entry, related to this directory
[more]bool is_directory() const
return true if current name is directory
[more]bool is_hidden() const
return true if current directory entry is hidden
[more]int fsize() const
return size of current file


Documentation

This is "unit of issue":
o DirectoryEntry(const DirectoryEntry& x)

o ~DirectoryEntry()

oDirectoryEntry& operator=(const DirectoryEntry& x)

obool operator==(const DirectoryEntry& x) const

obool operator!=(const DirectoryEntry& x) const

obool next()
position object at the enrty regular; return true, if the entry matched is found, and false otherwise

obool find(const char* name)
position object at the entry specified by name return true, if the entry matched is found, and false otherwise

ovoid close()
close directory stream

oconst char* name() const
return the name of file in this directory entry, related to this directory

obool is_directory() const
return true if current name is directory

obool is_hidden() const
return true if current directory entry is hidden

oint 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++.