#include <fs.h>
wibble::sys::fs::Directory::const_iterator::const_iterator |
( |
) | |
|
wibble::sys::fs::Directory::const_iterator::const_iterator |
( |
const Directory & |
dir) | |
|
wibble::sys::fs::Directory::const_iterator::~const_iterator |
( |
) | |
|
wibble::sys::fs::Directory::const_iterator::const_iterator |
( |
const const_iterator & |
i) | |
|
auto_ptr style copy semantics
bool wibble::sys::fs::Directory::const_iterator::isblk |
( |
) | |
const |
- Returns
- true if we refer to a block device, else false
bool wibble::sys::fs::Directory::const_iterator::ischr |
( |
) | |
const |
- Returns
- true if we refer to a character device, else false
bool wibble::sys::fs::Directory::const_iterator::isdir |
( |
) | |
const |
- Returns
- true if we refer to a directory, else false
bool wibble::sys::fs::Directory::const_iterator::isfifo |
( |
) | |
const |
- Returns
- true if we refer to a named pipe (FIFO).
bool wibble::sys::fs::Directory::const_iterator::islnk |
( |
) | |
const |
- Returns
- true if we refer to a symbolic link.
bool wibble::sys::fs::Directory::const_iterator::isreg |
( |
) | |
const |
- Returns
- true if we refer to a regular file.
bool wibble::sys::fs::Directory::const_iterator::issock |
( |
) | |
const |
- Returns
- true if we refer to a Unix domain socket.
bool wibble::sys::fs::Directory::const_iterator::operator!= |
( |
const const_iterator & |
iter) | |
const |
std::string wibble::sys::fs::Directory::const_iterator::operator* |
( |
) | |
const |
- Returns
- the current file name
const_iterator& wibble::sys::fs::Directory::const_iterator::operator++ |
( |
) | |
|
Move to the next directory entry.
bool wibble::sys::fs::Directory::const_iterator::operator== |
( |
const const_iterator & |
iter) | |
const |
The documentation for this class was generated from the following file: